Skip to content

Commit 615ee07

Browse files
committed
Update changelog with changesets
1 parent 394340c commit 615ee07

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Whirlpool ChangeLog
22

3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog][keepachangelog] and this
5+
project adheres to [Semantic Versioning][semver].
6+
37
## [Unreleased]
48

59
### Added
610
- Port to Python 3.
711
- Added PyPy support (PyPy3 does not work due to functions
812
that have not yet been ported, like `PyUnicode_New`).
9-
- Added Continuous Integration using Travis-CI.
13+
- Added Continuous Integration using Travis-CI and AppVeyor.
1014

1115
### Fixed
1216
- Fix struct function declaration prototype warnings.
1317
- Fix pointer warnings.
1418

1519
### Changed
20+
- Package ownership transferred to Olaf Conradi.
1621
- Started using [semantic versioning][semver] together with
1722
[keep a changelog][keepachangelog].
1823
- Restructured package setup.
@@ -34,13 +39,12 @@
3439

3540
## 0.2 - Unreleased
3641

37-
## [0.1] - 2011-05-18
42+
## 0.1 - 2011-05-18
3843

3944
### Added
40-
- Initial commit.
45+
- Initial commit by James Cleveland.
4146

42-
[Unreleased]: https://github.com/oohlaf/python-whirlpool
43-
[0.3]: https://github.com/oohlaf/python-whirlpool
44-
[0.1]: https://github.com/oohlaf/python-whirlpool
47+
[Unreleased]: https://github.com/oohlaf/python-whirlpool/compare/v0.3...HEAD
48+
[0.3]: https://github.com/oohlaf/python-whirlpool/compare/v0.1...v0.3
4549
[semver]: https://semver.org/spec/v2.0.0.html
4650
[keepachangelog]: http://keepachangelog.com/en/1.0.0/

0 commit comments

Comments
 (0)