Update changelogs

This commit is contained in:
Jonas Platte 2021-08-10 15:21:47 +02:00
parent cff68ad05a
commit 0f1c52aaab
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 15 additions and 10 deletions

View File

@ -1,12 +1,5 @@
# [unreleased]
# 0.18.0
Yanked, this was the same as 0.17.2 but accidentally released with the minor
rather than the patch version segment incremented.
# 0.17.2
Bug fixes:
* Allow all borrowing query and / or body parameters in `ruma_api!` to be
@ -15,6 +8,16 @@ Bug fixes:
`impl` block generation code into a derive macro (derive macros run after
`cfg` expansion)
# 0.18.0
Yanked, this was the same as 0.17.2 but accidentally released with the minor
rather than the patch version segment incremented. It then turned out that it
did actually contain breaking changes, so 0.17.2 was yanked too.
# 0.17.2
Yanked since it unintentionally contained breaking changes.
# 0.17.1
Improvements:

View File

@ -1,11 +1,9 @@
# [unreleased]
# 0.11.2
Improvements:
* Add more endpoints:
```rust
r0::knock::knock_room
```
@ -14,6 +12,10 @@ Improvements:
* Add a `feature = "compat"` workaround for Element failing on `GET /_matrix/client/r0/account/3pid`
response if the optional `threepids` field is missing
# 0.11.2
Yanked since it depended on a version of ruma-api that had to be yanked too.
# 0.11.1
Yanked, wrong dependency version.