-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
55 lines (37 loc) · 816 Bytes
/
CHANGELOG
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
55
Changelog
=========
0.2.5
-----
* Add OrderedDefaultDict
0.2.4
-----
* Add decorator module with readonly decorator.
0.2.3
-----
* Cleanup
* Alter href link in README
0.2.2
-----
* Make the code work on py3.2
* Add travis yaml file.
* Add documentation to classes in models
* Make iterations through a readonly dict return readonly objects
0.2.1
-----
* Make iterations through a readonly list return readonly objects
0.2.0
-----
* Add missing files to git repository.
* Add working example and update readme. Upgrade version to 0.2.0.
* Put yet more into the base class.
0.1.7
-----
* Make it easier to create ``SuperMutables`` by adding a base class.
* Add instructions on how to extend supermutables
* Add CHANGELOG
0.1.6
-----
* Move class registration into utils
0.1.3
-----
* Release to pypi