aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a7a00a0..ea48aa8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ Version 2.8 (in development)
* New features:
- Add `json_object_foreach_safe()` macro that allows
- ``json_object_del()`` calls during iteration (#230).
+ `json_object_del()` calls during iteration (#230).
- Add `json_get_alloc_funcs()` to allow reading the allocation
functions set by `json_set_alloc_funcs()` (#262, #264).