diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0815744..b96f93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - The `result` module gains the the `or` function. - Created the `regex` module with the `from_string`, `from_string_with`, and `match` functions. + - The `list` module gains the the `pop`, `pop_map` and `key_pop` functions. ## 0.9.0 - 2020-05-26 |