From 46dc20921652c2497d7726e10c3401c5d8ac923a Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Thu, 11 Jan 2018 07:17:12 +0100 Subject: [PATCH] Cleanup and typo fix. --- CHANGES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 19a8721744..a5ec501591 100644 --- a/CHANGES +++ b/CHANGES @@ -29,6 +29,7 @@ o Toole.Standalone.check_http - Allow redirect responses. - Support --expect option. + Bug fixes --------- @@ -41,7 +42,7 @@ o Calendar - Updated tzdata to 2017c. - Calendar.TimeRanges.NullTimeRange now has a working __hash(). - The expression ([ Calendar.TimeRandes.nulltimerange : 17 ]) + The expression ([ Calendar.TimeRanges.nulltimerange : 17 ]) no longer gives a backtrace. o Crypto.CCM @@ -127,7 +128,7 @@ o Image Creating images with mode "grey" now works as documented, e.g. Image.Image(10,10,"grey",123); -======= + Optimizations ------------- @@ -135,6 +136,7 @@ o mktime/System.TM Considerable speedup and a reduction in codesize. + Building & Tools ---------------- -- GitLab