summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-06-29 19:52:22 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-06-29 19:52:22 +0200
commitd47d7b5f49f5c8e5873ecbf23a8c2dcc876daa94 (patch)
tree925d465e2f346e54f30bf6374d53bef8c353df30
parentcc795ac75931106ec7a9b529d15d067a93c97872 (diff)
Add changelog for v0.9.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16778a5..ac59cdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@
This changelog was started with the 0.4.0 release, so there are no logs before
that version.
+# 0.9.2
+
+Bugfix release:
+
+* Fix a panic in the resolver implementation when indexing arrays: Bounds check
+ did not work in edgecases.
+ Tests are also added for this.
+
+
# 0.9.1
Bugfix release: