aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4dbcc2a0..a61e325f 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,12 @@ use the FNV1-A hash function for associative arrays.
3. The CMake infrastructure has been removed. In the five years it was in
the tree, nobody used it, and it was not updated.
+4. There is now a new function, mkbool(), that creates Boolean-typed
+values. These values *are* numbers, but they are also tagged as
+Boolean. This is mainly for use with data exchange to/from languages
+or environments that support real Boolean values. See the manual
+for details.
+
Changes from 5.1.0 to 5.1.1
---------------------------