From 2c31dee247edfa4f570d9f840cc3cdb929ed8a44 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 22 May 2020 19:43:29 +0100 Subject: Changelog! --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e424e0c..76d8b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## Unreleased -- Created the `io` module with `print` function. + +- Created the `io` module with the `print` function. +- Created the `queue` module with the `new`, `from_list`, `to_list`, + `is_empty`, `length`, `push_back`, `push_front`, `pop_back`, `pop_front`, + `reverse`, `is_logically_equal`, and `is_equal` functions. - The `result` module gains the `nil_error` function. - The `string` module gains `trim`, `trim_left`, `trim_right`, `starts_with`, `ends_with`, `slice`, `pad_left`, `pad_right` `drop_left`, `drop_right`, -- cgit v1.2.3