From 75d75100d8d015f62778991def03c17a6f513507 Mon Sep 17 00:00:00 2001 From: leitner Date: Wed, 24 Aug 2005 19:22:06 +0000 Subject: [PATCH] document changes --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index bb35711..cca82fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ 0.25: + array_allocate no longer truncates the array + array_get now not only checks whether the element fits in the + allocates space, it also needs to be in the initialized space. 0.24: fix scan_to_sa (Tim Lorenz)