chore: update changelog

This commit is contained in:
fryorcraken.eth 2022-08-06 00:56:21 +10:00
parent 11e60aadd5
commit 035f1460d8
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 8 additions and 1 deletions

View File

@ -20,12 +20,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Examples: Updated store-js and relay-js to demonstrate usage of ESM bundle in `<script>` tag.
- Remove need to polyfill `buffer`.
- **breaking**: Various API changes. Refer to tests to check proper usage of the new API.
- **breaking**: `createWaku` is in separate exports path.
- **breaking**: Bootstrap class split: dns discovery, static list.
- **breaking**: bundled files are now under `bundle/`.
### Fix
### Fixed
- size-limit config to test several usages of Waku.
- `buffer` is not needed in the browser.
### Removed
- `terser` minification and `gzip` compressions have been removed.
## [0.24.0] - 2022-05-27
### Added