diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-08-24 13:03:28 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-08-24 13:07:53 +0100 |
commit | e48e77e78ac63c09bd7856dfd8a569edd28eb861 (patch) | |
tree | b9370487eebc2d815e1e25e019231ea7153f2776 /CHANGELOG.md | |
parent | 644a7ae5a8823697808f9b3746774994c0f04990 (diff) | |
download | gleam_stdlib-e48e77e78ac63c09bd7856dfd8a569edd28eb861.tar.gz gleam_stdlib-e48e77e78ac63c09bd7856dfd8a569edd28eb861.zip |
Fix changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 159ac5c..ea984be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.41.0 - Unreleased + +- The `bit_array` module gains the `compare` function. + ## v0.40.0 - 2024-08-19 - The `function.curry*` and `function.apply*` functions have been deprecated. @@ -11,7 +15,6 @@ - The `dynamic.optional_field` decoder no longer treats the value as implicitly optional. It only deals with the presence or absence of the key itself which brings it inline with its documentation. -- The `bit_array` module gains the `compare` function. - Fixed a bug where `string.trim` could remove commas on JavaScript. - The `string.pop_grapheme` function has been optimised on Erlang, greatly improving its performance. |