mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
CHANGES: Update for v1.2
This commit is contained in:
parent
f9febb64c5
commit
e921e63b54
1 changed files with 10 additions and 2 deletions
12
CHANGES
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue