aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-01-19 11:36:53 +0000
committerLouis Pilfold <louis@lpil.uk>2023-01-19 11:36:53 +0000
commit62430d0f6e8ec2fa3904b2917e824bedef3befcd (patch)
tree9759633980f541157af4edec157c29f5cba79aca /CHANGELOG.md
parent32dea132cb56cf023634bc7e87550c7949cdf7f1 (diff)
downloadjavascript-62430d0f6e8ec2fa3904b2917e824bedef3befcd.tar.gz
javascript-62430d0f6e8ec2fa3904b2917e824bedef3befcd.zip
v0.4.0v0.4.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7129ff..8e365e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## v0.4.0 - 2022-12-10
+## v0.4.0 - 2023-01-19
- `array.length` was renamed to `array.size` to match Gleam conventions of size
being used when the operation is constant time.