-
Notifications
You must be signed in to change notification settings - Fork 7
/
NEWS
54 lines (29 loc) · 841 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
metamagic.json 0.9.6
--------------------
Changes:
* Fix a memory leak in the C implementation of mapping encoder.
metamagic.json 0.9.5
--------------------
Changes:
* We do not escape '/' characters now (Python standard library
'json' module does not either)
metamagic.json 0.9.4
--------------------
Changes:
* Python encoder casts to int & float explicitly before serialization
(to follow C encoder logic more closely)
metamagic.json 0.9.3
--------------------
Changes:
* Add json.loads and json.loadb methods
metamagic.json 0.9.2
--------------------
Fixes:
* Fix encoding of aware datetime and time objects when UTC offset is negative
metamagic.json 0.9.1
--------------------
Changes:
* Always encode '<', '>' and '&' as Unicode sequences
metamagic.json 0.9.0
--------------------
Initial release.