summarylogtreecommitdiffstats
path: root/slang-snapshot.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'slang-snapshot.changelog')
-rw-r--r--slang-snapshot.changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/slang-snapshot.changelog b/slang-snapshot.changelog
index b99d0bcd4847..7a2a9c877769 100644
--- a/slang-snapshot.changelog
+++ b/slang-snapshot.changelog
@@ -22,3 +22,5 @@ Changes since 2.3.3
9. src/slang.ver: Removed the undefined symbol SLang_Rline_Quit,
which was causing a link error on Gentoo Linux (Michal Rostecki)
10. src/*.h: Updated the unicode tables from version 10.0.0 to 15.1.0
+11. lib/timestamp.sl: The test for a leap year assumed a 1-based
+ month, not 0 based, causing it to fail