summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2025-05-06 07:54:14 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2025-05-06 07:54:14 (GMT)
commit218a91458aabb963b41181fae04b95cac5d8641a (patch)
tree91991ab4e5bf76667c4ea4eb66f834a7aad44ddf
parenta034b5b04e8ef67c49d5d244d3f0e9c2eee2f3b8 (diff)
downloadtcl-218a91458aabb963b41181fae04b95cac5d8641a.zip
tcl-218a91458aabb963b41181fae04b95cac5d8641a.tar.gz
tcl-218a91458aabb963b41181fae04b95cac5d8641a.tar.bz2
Update changes.md for fixed lseq tickets
-rw-r--r--changes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes.md b/changes.md
index 04e0b2c..a4be411 100644
--- a/changes.md
+++ b/changes.md
@@ -25,6 +25,8 @@ to the userbase.
- [proc with more than 2**31 variables](https://core.tcl-lang.org/tcl/tktview/92aeb8)
- [scan "long mantissa" %g](https://core.tcl-lang.org/tcl/tktview/42d14c)
- ["encoding system": wrong result without manifest](https://core.tcl-lang.org/tcl/tktview/8ffd8c)
+ - [lseq crash on out-of-range index](https://core.tcl-lang.org/tcl/tktview/7d3101)
+ - [lseq crash on nested indices](https://core.tcl-lang.org/tcl/tktview/452b10)
# Incompatibilities
- No known incompatibilities with the Tcl 9.0.0 public interface.