summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1520343..3b2df64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 0.2.0
+
+* Clean up code
+* Implement `Ord` and `PartialOrd` for `FixedString`
+* Implement `Index` and `IndexMut` for `FixedString`
+* Add `get` and `get_mut` methods to `FixedString`
+* Implement `From<[char; N]>` for `FixedString`
+* Bump minor
+* Implement `Serialise` and `Deserialise` for tuples
+
# 0.1.0
* Bump minor