diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1feaa5d..7053b335a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ #### 🚀 Updates - Added experimental support for the [calver](https://calver.org) (calendar versioning) specification. For example: 2024-04, 2024-06-10, etc. + - There are some caveats to this approach. Please refer to the documentation. +- WASM API + - Added `VersionSpec::Calendar` and `UnresolvedVersionSpec::Calendar` variant types. #### ⚙️ Internal