diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-07-31 09:15:35 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-07-31 09:15:35 (GMT) |
| commit | 21e29be78d15415331a310d5f00775ec3a4a7162 (patch) | |
| tree | 458a42841c4e1e104ecc8b5838fdb401be794cf7 | |
| parent | 6ddf54f3fd0bce4aea2e139655519c90fe01cd14 (diff) | |
| download | tcl-21e29be78d15415331a310d5f00775ec3a4a7162.zip tcl-21e29be78d15415331a310d5f00775ec3a4a7162.tar.gz tcl-21e29be78d15415331a310d5f00775ec3a4a7162.tar.bz2 | |
Minor changelog edits - missing new commands, getdefault->getwithdefault
| -rw-r--r-- | changes.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ...` |
