summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2023-05-16 15:55:58 +0200
committerMarcel Müller <neikos@neikos.email>2023-05-16 15:55:58 +0200
commitb45f1968574eb1346bfc655ea52f283824a612f2 (patch)
tree5b498caae9e14f356f0b1e1a06b5c3ab4af426c8
parent0ec6bc926be49b920d9a4cd1f42b84525507bb70 (diff)
Update CHANGELOGv0.5.0release-0.5.z
Signed-off-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2933788..8465d44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## v0.5.0
+
+This is the fifth public release of the `type_description` crate.
+
+The main addition this time are:
+
+- Added support for BTreeMap, BTreeSet and HashSet
+- Fixed support for struct enums
+
## v0.4.0
This is the fourth public release of the `type_description` crate.