summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Skoll <dianne@skoll.ca>2024-06-08 10:57:38 -0400
committerDianne Skoll <dianne@skoll.ca>2024-06-08 10:57:38 -0400
commita3e32d2dc439250c500e2e7abf8532630a290754 (patch)
tree8dad9d2bd60c7fa5f4f37421e4ec3d6f18294461
parenta8b78eff00e8049bab8d2bc8dcf950403b61b536 (diff)
Update changelog.HEAD05.00.01master
-rw-r--r--docs/WHATSNEW14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/WHATSNEW b/docs/WHATSNEW
index 1c665d8..57f3653 100644
--- a/docs/WHATSNEW
+++ b/docs/WHATSNEW
@@ -1,5 +1,19 @@
CHANGES TO REMIND
+* VERSION 5.0 Patch 1 - 2024-06-08
+
+* MINOR IMPROVEMENT: Add short-circuit evaluation to the isany() function,
+ which now only evaluates those arguments absolutely necessary to determine
+ the result.
+
+* BUG FIX: Mark weekno() as a non-constant function (the zero-argument form
+ depends on external conditions.)
+
+* BUG FIX: Fix a couple of memory leaks.
+
+* BUG FIX: Don't rely on support for unnamed function parameters; this caused
+ compilation failures with older versions of gcc.
+
* VERSION 5.0 Patch 0 - 2024-06-06
* MAJOR CHANGE: The expression evaluation engine has been completely replaced