summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-07-31 09:15:35 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-07-31 09:15:35 (GMT)
commit21e29be78d15415331a310d5f00775ec3a4a7162 (patch)
tree458a42841c4e1e104ecc8b5838fdb401be794cf7
parent6ddf54f3fd0bce4aea2e139655519c90fe01cd14 (diff)
downloadtcl-21e29be78d15415331a310d5f00775ec3a4a7162.zip
tcl-21e29be78d15415331a310d5f00775ec3a4a7162.tar.gz
tcl-21e29be78d15415331a310d5f00775ec3a4a7162.tar.bz2
Minor changelog edits - missing new commands, getdefault->getwithdefault
-rw-r--r--changes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changes.md b/changes.md
index f6946f2..aec26b7 100644
--- a/changes.md
+++ b/changes.md
@@ -56,7 +56,7 @@ writing Tcl scripts.
- `coroinject`, `coroprobe`
- `clock add weekdays`
- `const`, `info const*`
- - `dict getdefault`
+ - `dict getwithdefault`
- `file tempdir`, `file home`, `file tildeexpand`
- `info commandtype`
- `ledit`
@@ -67,6 +67,7 @@ writing Tcl scripts.
- `string insert`, `string is dict`
- `tcl::process`
- `*::build-info`
+ - `readFile`, `writeFile`, `foreachLine`
## New command options
- `regsub ... -command ...`