jansson 1.0.3
[jansson.git] / CHANGES
1 Version 1.0.3, released 2009-09-14
2
3 * Check for integer and real overflows and underflows in decoder
4 * Use the Python json module for tests, or simplejson if the json
5   module is not found
6 * Distribute changelog (this file)
7
8
9 Version 1.0.2, released 2009-09-08
10
11 * Handle EOF correctly in decoder
12
13
14 Version 1.0.1, released 2009-09-04
15
16 * Fixed broken json_is_boolean()
17
18
19 Version 1.0, released 2009-08-25
20
21 * Initial release