From 9cf0f1b9b7a2d4dc59e61bacdc8a3db4eca1bc02 Mon Sep 17 00:00:00 2001 From: apnadkarni Date: Wed, 11 Sep 2024 06:31:29 +0000 Subject: Add tcl::idna, expr operators, oo to changes.md --- changes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 615b101..6f9d9c8 100644 --- a/changes.md +++ b/changes.md @@ -71,6 +71,7 @@ writing Tcl scripts. - `tcl::process` - `*::build-info` - `readFile`, `writeFile`, `foreachLine` + - `tcl::idna::*` ## New command options - `clock scan ... -validate ...` @@ -79,6 +80,7 @@ writing Tcl scripts. - `regsub ... -command ...` - `socket ... -nodelay ... -keepalive ...` - `vwait` controlled by several new options + - `expr` string comparators `lt`, `gt`, `le`, `ge` ## Numbers - 0NNN format is no longer octal interpretation. Use 0oNNN. @@ -89,6 +91,9 @@ writing Tcl scripts. - Function int() no longer truncates to word size ## tcl::oo facilities - - private variable and methods + - private variables and methods + - class variables and methods + - abstract and singleton classes + - configurable properties - `method -export`, `method -unexport` -- cgit v0.12