From e87aaabe7be1bd7062d53409cff97d5cc9baaf6e Mon Sep 17 00:00:00 2001 From: ripytide Date: Thu, 28 Dec 2023 15:15:37 +0000 Subject: [PATCH] updated the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0567284..5eab0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `InclusiveInterval` has now been given generic constructors and proper documentation for use by end-users, #56 - `insert_overwrite()` now returns the cut entries, #51 +- Renamed `gaps()` to `gaps_trimmed()` and added a `gaps_untrimmed()` method ### Fixed