Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim committed Oct 25, 2022
1 parent 002bfe9 commit 3415b44
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2022-10-25

### Added
- This (retroactive) CHANGELOG file
- This CHANGELOG file (retroactive)
- .editorconfig file

## Changed
- Test runner from AVA to Jest
- Renamed .js files .mjs so tests would run
- Updated dependencies
- Cleaned up README

## Removed
- Benchmarks, as they're no longer useful
- Strong random number generator, as it's overkill adding complexity
- Cleaned up dependencies


## [0.3.2] - 2019-11-06
Expand Down

0 comments on commit 3415b44

Please sign in to comment.