CHANGES: Update for v1.2
This commit is contained in:
parent
f9febb64c5
commit
e921e63b54
12
CHANGES
12
CHANGES
@ -20,14 +20,22 @@ Version 1.2 (in development)
|
|||||||
|
|
||||||
* Bug fixes:
|
* 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:
|
* Other changes:
|
||||||
|
|
||||||
- Convert ``CHANGES`` (this file) to reStructured text and add it to
|
- Convert ``CHANGES`` (this file) to reStructured text and add it to
|
||||||
HTML documentation
|
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``
|
- Documentation can now be built by invoking ``make html``
|
||||||
|
- Support for pkg-config
|
||||||
|
|
||||||
|
|
||||||
Version 1.1.3
|
Version 1.1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user