aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2015-12-23 08:18:27 +0200
committerPetri Lehtinen <petri@digip.org>2015-12-23 08:18:27 +0200
commit0f50bb10b6cfc7cf6989b9957965b2e230836e55 (patch)
tree2f248f53092b64ddceab6de5c84053438a7fc595 /CHANGES
parente6b60da0434ea8fe32d53e7cbca90df6127fbd13 (diff)
downloadjansson-0f50bb10b6cfc7cf6989b9957965b2e230836e55.zip
jansson-0f50bb10b6cfc7cf6989b9957965b2e230836e55.tar.gz
jansson-0f50bb10b6cfc7cf6989b9957965b2e230836e55.tar.bz2
Fix a typo
Diffstat (limited to 'CHANGES')
-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).