Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f579f0

Browse files
committed
Update CHANGELOG for development
Clean-up/expand previous entries
1 parent 89c505b commit 9f579f0

File tree

1 file changed

+39
-8
lines changed

1 file changed

+39
-8
lines changed

CHANGELOG.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning][].
55

66
This document follows the conventions laid out in [Keep a CHANGELOG][].
77

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+
822
## [2.2.1][] - 2017-01-26
923

1024
`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][].
2741

2842
### Removed
2943

30-
- Python 3.2 support
31-
- Python 3.3 support
44+
- Python 2.6 support (#270)
45+
- Python 3.2 support (#270)
3246

3347
### Fixed
3448

3549
- Fixed `isinstance` refcount_leak (#273)
50+
- Comparison Operators (#294)
51+
- Improved Linux support (#300)
52+
- Exception pickling (#286)
3653

3754
## [2.2.0-dev1][] - 2016-09-19
3855

56+
### Changed
57+
3958
- 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)
4460
- unmanaged exports updated (#206)
4561
- Mono update pinned to 4.2.4.4 (#233)
4662

63+
### Fixed
64+
65+
- Fixed relative imports (#219)
66+
- Fixed recursive types (#250)
67+
- Demo fix - stream reading (#225)
68+
4769
## [2.1.0][] - 2016-04-12
4870

4971
### Added
5072

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)
5283

5384
### Removed
5485

55-
- Implicit Type Casting.
86+
- Implicit Type Casting (#131)
5687

5788
## [2.0.0][] - 2015-06-26
5889

0 commit comments

Comments
 (0)