Add changelog message for numpy

This commit is contained in:
Andrei Betlen 2023-05-26 20:26:08 -04:00
parent 66bcb8d70d
commit b0b154cfa6

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added first version of the changelog
- Use numpy for internal buffers to reduce memory usage and improve performance.
### Fixed