~wallyworld/lazr.enum/json-serialisation-support

« back to all changes in this revision

Viewing changes to src/lazr/enum/NEWS.txt

  • Committer: Ian Booth
  • Date: 2012-04-18 04:06:49 UTC
  • Revision ID: ian.booth@canonical.com-20120418040649-2to8f96f1cko53vx
Add json serialisation support and drive by fix a couple of minor bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
NEWS for lazr.enum
3
3
==================
4
4
 
 
5
1.1.4 (2012-04-18)
 
6
==================
 
7
 
 
8
- Support for serialising enums to/from json.
 
9
- Items which are not in an enumerator always compare as False (lp:524259)
 
10
- Fix the licence statement in _enum.py to be LGPLv3 not LGPLv3+ (lp:526484)
 
11
 
5
12
1.1.3 (2011-04-20)
6
13
==================
7
14