updated changelog

This commit is contained in:
MaxOhn
2023-01-28 04:35:48 +01:00
parent fb36edd132
commit 06320468c5
+2 -1
View File
@@ -2,9 +2,10 @@
- __Additions:__
- Added the method `ScoreState::total_hits`
- Added the trait methods `BeatmapExt::{mode}_hitobjects` which return a list of mode-specific processed `HitObject`s
- __Fixes:__
- Lines with invalid curve points are now ignored instead of making parsing fail
- Lines with invalid curve points are now ignored instead of throwing an error while parsing
- Fixed a niche capacity overflow in curve generation
# v0.9.2 (2022-11-08)