aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-01-19 11:36:25 +0000
committerLouis Pilfold <louis@lpil.uk>2023-01-19 11:36:25 +0000
commit32dea132cb56cf023634bc7e87550c7949cdf7f1 (patch)
treeacfb0c664cb33b229f44f679152233f820efad6c /CHANGELOG.md
parent7a2d4cff2b4e881a749ab6de0a7cf0b6c989df08 (diff)
downloadjavascript-32dea132cb56cf023634bc7e87550c7949cdf7f1.tar.gz
javascript-32dea132cb56cf023634bc7e87550c7949cdf7f1.zip
length->size, documentation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
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