summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-06-29 19:52:22 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-10-05 11:41:05 +0200
commitee482fdee31f1f92fdc5ecff47dc2d8981a6cf92 (patch)
treeb0b2b13619726da36ce91f2275f51bde123e4ba8
parentc1cc4c7b90f8e1f6ea1b78b287c8d3e5396ef5a6 (diff)
Add changelog for v0.9.2minor
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit d47d7b5f49f5c8e5873ecbf23a8c2dcc876daa94)
-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: