adjusted changelog

This commit is contained in:
MaxOhn
2022-07-16 21:33:05 +02:00
parent d84a7d8dcb
commit 2e448e3f29
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -1,7 +1,7 @@
# v0.7.2 (2022-07-16)
- Apply acc before mods to fix pp values sometimes calculating incorrectly on certain mod combos
- Apply mods before acc to fix pp values sometimes calculating incorrectly for osu!catch ([#3] - [@tsunyoku])
# v0.7.1 (2022-07-12)
## v0.7.1 (2022-07-12)
- Updated to [rosu-pp v0.7.1](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v071-2022-07-12)
## v0.7.0 (2022-07-07)
@@ -26,4 +26,8 @@
- `CalculateResult` now also includes a `clockRate` field
## v0.4.0 (2021-12-29)
- Initial release with rosu-pp v0.4.0
- Initial release with rosu-pp v0.4.0
[@tsunyoku]: https://github.com/tsunyoku
[#3]: https://github.com/MaxOhn/rosu-pp-py/pull/3
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp-py"
version = "0.7.1"
version = "0.7.2"
description = "osu! difficulty and pp calculation for all modes"
authors = ["Max Ohn <ohn.m@hotmail.de>"]
license = "MIT"