@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.5.3 - 2021-05-21
9
+
10
+ - [[ #1211 ]] Even more tweaks and fixes to the Pool internals [[ @abonander ]]
11
+
12
+ - [[ #1213 ]] Add support for bytes and ` chrono::NaiveDateTime ` to ` Any ` [[ @guylapid ]]
13
+
14
+ - [[ #1224 ]] Add support for ` chrono::DateTime<Local> ` to ` Any ` with ` MySQL ` [[ @NatPRoach ]]
15
+
16
+ - [[ #1216 ]] Skip empty lines and comments in pgpass files [[ @feikesteenbergen ]]
17
+
18
+ - [[ #1218 ]] Add support for ` PgMoney ` to the compile-time type-checking [[ @iamsiddhant05 ]]
19
+
20
+ [ #1211 ] : https://github.com/launchbadge/sqlx/pull/1211
21
+ [ #1213 ] : https://github.com/launchbadge/sqlx/pull/1213
22
+ [ #1216 ] : https://github.com/launchbadge/sqlx/pull/1216
23
+ [ #1218 ] : https://github.com/launchbadge/sqlx/pull/1218
24
+ [ #1224 ] : https://github.com/launchbadge/sqlx/pull/1224
25
+
8
26
## 0.5.2 - 2021-04-15
9
27
10
28
- [[ #1149 ]] Tweak and optimize Pool internals [[ @abonander ]]
@@ -890,3 +908,6 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
890
908
[@ crajcan]: https: // github.com/crajcan
891
909
[@ demurgos]: https: // github.com/demurgos
892
910
[@ link2xt]: https: // github.com/link2xt
911
+ [@ guylapid]: https: // github.com/guylapid
912
+ [@ natproach]: https: // github.com/NatPRoach
913
+ [@ feikesteenbergen]: https: // github.com/feikesteenbergen
0 commit comments