From e76f7ea69a08e355aff4b13b21a7e2e9d6d7e6b8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 25 Aug 2019 18:32:18 +0200 Subject: [PATCH] Update CHANGELOG for v1.1.1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e0610d3..16d5197 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ It's strongly recommended to use [array destructuring](https://developer.mozilla ## Changelog +# 1.1.1 (August 26, 2019) + +- Fixed incorrect `require` in documentation example. + # 1.1.0 (August 19, 2019) - __New:__ Predicate function now also receives the index of the value as an argument, not just the value itself.