updated changelog

This commit is contained in:
MaxOhn
2023-02-09 06:27:12 +01:00
parent 7bac0c7215
commit 6c36065ea1
+2 -1
View File
@@ -13,7 +13,7 @@
- __Additions:__
- Added the method `ScoreState::total_hits`
- Added the trait methods `BeatmapExt::{mode}_hitobjects` which return a list of mode-specific processed `HitObject`s
- Added the trait methods `BeatmapExt::{mode}_hitobjects` which return a list of mode-specific processed `HitObject`s ([#20])
- __Fixes:__
- Lines with invalid curve points are now ignored instead of throwing an error while parsing
@@ -238,3 +238,4 @@ Big changes including the most recent [osu!](https://osu.ppy.sh/home/news/2022-0
[#14]: https://github.com/MaxOhn/rosu-pp/pull/14
[#15]: https://github.com/MaxOhn/rosu-pp/pull/15
[#18]: https://github.com/MaxOhn/rosu-pp/pull/18
#[#20]: https://github.com/MaxOhn/rosu-pp/pull/20