@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning][].
5
5
6
6
This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
7
7
8
+ ## [ unreleased] [ ]
9
+
10
+ ### Added
11
+
12
+ - New ` Foo ` feature
13
+
14
+ ### Changed
15
+
16
+ - Changed ` Bar ` feature
17
+
18
+ ### Fixed
19
+
20
+ - Fixed ` FooBar ` bug
21
+
8
22
## [ 2.2.1] [ ] - 2017-01-26
9
23
10
24
` v2.2.0 ` had a release issue on pypi. Bumped to ` v2.2.1 `
@@ -27,32 +41,49 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
27
41
28
42
### Removed
29
43
30
- - Python 3.2 support
31
- - Python 3.3 support
44
+ - Python 2.6 support ( # 270 )
45
+ - Python 3.2 support ( # 270 )
32
46
33
47
### Fixed
34
48
35
49
- Fixed ` isinstance ` refcount_leak (#273 )
50
+ - Comparison Operators (#294 )
51
+ - Improved Linux support (#300 )
52
+ - Exception pickling (#286 )
36
53
37
54
## [ 2.2.0-dev1] [ ] - 2016-09-19
38
55
56
+ ### Changed
57
+
39
58
- Switch to C# 6.0 (#219 )
40
- - Relative imports (#219 )
41
- - Recursive types (#250 )
42
- - Demo fix - stream reading (#225 )
43
- - setup.py improvements for locating build tools (#208 )
59
+ - ` setup.py ` improvements for locating build tools (#208 )
44
60
- unmanaged exports updated (#206 )
45
61
- Mono update pinned to 4.2.4.4 (#233 )
46
62
63
+ ### Fixed
64
+
65
+ - Fixed relative imports (#219 )
66
+ - Fixed recursive types (#250 )
67
+ - Demo fix - stream reading (#225 )
68
+
47
69
## [ 2.1.0] [ ] - 2016-04-12
48
70
49
71
### Added
50
72
51
- - Added Python 3.x support.
73
+ - Added Python 3.2 support. (#78 )
74
+ - Added Python 3.3 support. (#78 )
75
+ - Added Python 3.4 support. (#78 )
76
+ - Added Python 3.5 support. (#163 )
77
+ - Managed types can be sub-classed in Python (#78 )
78
+ - Uses dynamic objects for cleaner code when embedding Python (#78 )
79
+
80
+ ### Changed
81
+
82
+ - Better Linux support (with or without --enable-shared option) (#78 )
52
83
53
84
### Removed
54
85
55
- - Implicit Type Casting.
86
+ - Implicit Type Casting ( # 131 )
56
87
57
88
## [ 2.0.0] [ ] - 2015-06-26
58
89
0 commit comments