From e0bd84986af45bb3850e517e516883a1ff084738 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 16 Jan 2020 01:51:43 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f394d84..7922666f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.2.1 - 2020-01-16 + ### Fixed + - Fix decoding of Rows containing NULLs in MySQL [@danielakhterov] [#64] [#65] + +[@danielakhterov]: https://github.com/danielakhterov +[#64]: https://github.com/launchbadge/sqlx/pull/64 +[#65]: https://github.com/launchbadge/sqlx/pull/65 + - Use a shared tokio runtime for the `query!` macro compile-time execution (under the `runtime-tokio` feature). [@udoprog] [#55] [@udoprog]: https://github.com/udoprog