From 5d3858d5e350836e2f1287f8c58f0d282204cd6a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 22 Jan 2021 15:25:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6f5a9944..ec39735cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [[#976]] Remove the `Done` trait. The `.rows_affected()` method is now available as an inherent method on `PgQueryResult`, `MySqlQueryResult` and so on. [[@jplatte]] -- [[#983]] Upgrade async runtime dependencies [[@seryl, @ant32, @jplatte]] +- [[#983]] Upgrade async runtime dependencies [[@seryl], [@ant32], [@jplatte]] - tokio 1.0 - actix-rt 2.0 +- [[#1007]] Remove `any::AnyType` [[@jplatte]] + ## 0.4.2 - 2020-12-19 - [[#908]] Fix `whoami` crash on FreeBSD platform [[@fundon]] [[@AldaronLau]]