aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e713dd48..5efa7213 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2019-01-06 Andrew J. Schorr <aschorr@telemetry-investments.com>
+ * array.c (do_delete): If the array is now empty, reset it to the
+ null implementation to avoid being locked into the backend
+ optimization previously selected.
+
+2019-01-06 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
Remove pointless alength macro/method that uses a needless
function call indirection to access the table_size value.