diff options
| -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 ...` |
