From 284929d5dcab120c5d1e91dac29a2c19b2e5020e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 11 Oct 2021 00:37:52 +0200 Subject: [PATCH] add missing issue changelog v0.5.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c9610..33ae576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Panic on flags command [#190] - Make more use of serde [#153] - Write message vim plugin [#196] - Invalid encoding when sending message [#205] @@ -326,6 +327,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#162]: https://github.com/soywod/himalaya/issues/162 [#176]: https://github.com/soywod/himalaya/issues/176 [#186]: https://github.com/soywod/himalaya/issues/186 +[#190]: https://github.com/soywod/himalaya/issues/190 [#193]: https://github.com/soywod/himalaya/issues/193 [#196]: https://github.com/soywod/himalaya/issues/196 [#199]: https://github.com/soywod/himalaya/issues/199