From 32dea132cb56cf023634bc7e87550c7949cdf7f1 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 19 Jan 2023 11:36:25 +0000 Subject: length->size, documentation --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2794088..e7129ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.4.0 - 2022-12-10 + +- `array.length` was renamed to `array.size` to match Gleam conventions of size + being used when the operation is constant time. + ## v0.3.0 - 2022-12-10 - The `then` and `then_try` function in the `promise` module have been renamed -- cgit v1.2.3