Add a changelog entry for the async runtime update

This commit is contained in:
Jonas Platte 2021-01-14 14:17:50 +01:00 committed by Ryan Leckey
parent c5d43db312
commit e29b07c069
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -25,6 +25,11 @@ 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 `PgOutcome`, `MySqlOutcome` and so on. [[@jplatte]]
- [[#983]] Upgrade async runtime dependencies [[@seryl, @ant32, @jplatte]]
- tokio 1.0
- actix-rt 2.0
## 0.4.2 - 2020-12-19
- [[#908]] Fix `whoami` crash on FreeBSD platform [[@fundon]] [[@AldaronLau]]