Skip to content

Commit d7dffc1

Browse files
committed
chore: updated changelog
1 parent 8898348 commit d7dffc1

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# plfit library changelog
22

3+
## [0.9.6]
4+
5+
### Added
6+
7+
* Contributors list is now provided both in Markdown and plain text format.
8+
9+
### Fixed
10+
11+
* Python 3.12 is now supported (#46)
12+
13+
## [0.9.5]
14+
15+
### Added
16+
17+
* Added contributors list.
18+
19+
### Fixed
20+
21+
* Cross-platform compatibility improvements.
22+
23+
* Improved const-correctness.
24+
25+
* Fix compilation problems with MinGW toolchain.
26+
27+
* Fix linking to math library, thanks to @orlitzky (#45).
28+
329
## [0.9.4]
430

531
### Fixed
@@ -66,7 +92,9 @@
6692

6793
First version with a changelog entry.
6894

69-
[Unreleased]: https://github.com/ntamas/plfit/compare/0.9.4..HEAD
95+
[Unreleased]: https://github.com/ntamas/plfit/compare/0.9.6..HEAD
96+
[0.9.6]: https://github.com/ntamas/plfit/compare/0.9.5...0.9.6
97+
[0.9.5]: https://github.com/ntamas/plfit/compare/0.9.4...0.9.5
7098
[0.9.4]: https://github.com/ntamas/plfit/compare/0.9.3...0.9.4
7199
[0.9.3]: https://github.com/ntamas/plfit/compare/0.9.2...0.9.3
72100
[0.9.2]: https://github.com/ntamas/plfit/compare/0.9.1...0.9.2

0 commit comments

Comments
 (0)