From 362442840b5b18c39bac60ee0bab8e52497abaf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Wed, 10 Jan 2024 16:09:27 +0100 Subject: [PATCH] Add changes to changelog --- common/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 5b8012e..497226d 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -2,6 +2,11 @@ This document contains all changes to the crate since version 0.9.4. +## 0.10.4 + +- Implement the `Index` trait for the different range types for `ZalgoString`. +- Add the `get` function to `ZalgoString` that works the same as `String::get`. + ## 0.10.3 - Add `truncate` and `clear` to `ZalgoString`.