From a74833a19bfcabf22ad6ad4c688d25691434a95b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Jul 2020 20:56:42 +0200 Subject: [PATCH] ruma-common: Add a changelog --- ruma-common/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ruma-common/CHANGELOG.md diff --git a/ruma-common/CHANGELOG.md b/ruma-common/CHANGELOG.md new file mode 100644 index 00000000..4847b403 --- /dev/null +++ b/ruma-common/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.2.0 + +Breaking changes: + +* Make most types defined by the crate `#[non_exhaustive]`