aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-01-19 21:19:37 +0200
committerPetri Lehtinen <petri@digip.org>2010-01-19 21:19:37 +0200
commite921e63b542e18f1667b8858052350ded186cfd3 (patch)
treec506cae3a4f8c901e09d68a49277f5e400d321d3 /CHANGES
parentf9febb64c5dc15e03ecf3ca552e0654ee919b52e (diff)
downloadjansson-e921e63b542e18f1667b8858052350ded186cfd3.zip
jansson-e921e63b542e18f1667b8858052350ded186cfd3.tar.gz
jansson-e921e63b542e18f1667b8858052350ded186cfd3.tar.bz2
CHANGES: Update for v1.2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0d83a79..bd87659 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,14 +20,22 @@ Version 1.2 (in development)
* Bug fixes:
- - Revise and unify whitespace usage in encoder
+ - Revise and unify whitespace usage in encoder: Add spaces between
+ array and object items, never append newline to output.
+ - Remove const qualifier from the ``json_t`` parameter in
+ ``json_string_set()``, ``json_integer_set()`` and
+ ``json_real_set``.
+ - Use ``int32_t`` internally for representing Unicode code points
+ (int is not enough on all platforms)
* Other changes:
- Convert ``CHANGES`` (this file) to reStructured text and add it to
HTML documentation
- - Python is no longer required to run the tests
+ - The test system has been refactored. Python is no longer required
+ to run the tests.
- Documentation can now be built by invoking ``make html``
+ - Support for pkg-config
Version 1.1.3