From bcb45157a84b008f3d1df1d59a883ede9e3bb37c Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 24 Sep 2019 21:25:21 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a29ff03..e951507f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Added `slice` to the core library. +- The `*/slice` family of functions now can take nil as start or end to get + the same behavior as the defaults (0 and -1) for those parameters. - `string/` functions that take a pattern to search for will throw an error when receiving the empty string. - Replace (start:end) style stacktrace source position information with