summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00cd452..ff3b789 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,18 @@
# Changelog
-This is the changelog of `bzipper`.
+This is the changelog of bzipper.
See `"README.md"` for more information.
+## 0.6.0
+
+* Update readme
+* Add `Buffer` type
+* Bump minor version
+* Implement `PartialEq<&[char]>` for `FixedString`
+* Update tests
+* Implement `PartialOrd<&[char]>` and `PartialOrd<&str>` for `FixedString`
+* Remove custom methods `get`, `get_unchecked`, `get_mut`, and `get_unchecked_mut`, `iter`, and `iter_mut` from `FixedString`
+
## 0.5.2
* Respecify version numbers