From 71f77a8e025b60adec685ef494854a2f8bedef14 Mon Sep 17 00:00:00 2001 From: radrow Date: Mon, 5 Jul 2021 15:18:22 +0200 Subject: [PATCH] Minor note --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83dd22..ea32d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.2] 2021-07-05 ### Changed -- `List.from_to_step` now forbids non-positive step +- `List.from_to_step` now forbids non-positive step (this change does + *not* alter the behavior of the previously deployed contracts) - Fixed leaking state between contracts ## [6.0.1] 2021-06-24