Add changelog entry for hashset

This commit is contained in:
Gwilym Inzani 2024-09-25 15:22:24 +01:00
parent d459f6d0b9
commit 42beac5574

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support for s3m and mod format files to `agb-tracker`.
- Added a `HashSet` implementation in `agb::hashmap`.
### Changed