summaryrefslogtreecommitdiffstats
path: root/changes.md
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2024-06-30 19:28:59 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2024-06-30 19:28:59 (GMT)
commite30fcdf4bab58d38b5dc79e74e7b48a71086d475 (patch)
treef83efc2f148e8bbcc12490143ae8848d9bc3f527 /changes.md
parenta16aa7353b25a477d201f67c24c5c70606b210a0 (diff)
downloadtcl-e30fcdf4bab58d38b5dc79e74e7b48a71086d475.zip
tcl-e30fcdf4bab58d38b5dc79e74e7b48a71086d475.tar.gz
tcl-e30fcdf4bab58d38b5dc79e74e7b48a71086d475.tar.bz2
"encoding binary removal": I think, it is better to speak about a removed encoding alias, instead of an encoding.
Diffstat (limited to 'changes.md')
-rw-r--r--changes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changes.md b/changes.md
index 24e9809..f6946f2 100644
--- a/changes.md
+++ b/changes.md
@@ -30,7 +30,8 @@ writing Tcl scripts.
- I/O malencoding default response: raise error (-profile strict)
- Windows platform needs Windows 7 or Windows Server 2008 R2 or later
- Ended interpretation of ~ as home directory in pathnames
- - Removed the "identity" and "binary" encodings.
+ - Removed the "identity" encoding.
+ - Removed the encoding alias "binary" to "iso8859-1".
- $::tcl_precision no longer controls string generation of doubles
- Removed Tcl 7 legacies: [case], [puts] [read] variant syntaxes
- Removed subcommands [trace variable|vdelete|vinfo]