Fix missing changelog entries

This commit is contained in:
Adam 2021-07-07 09:36:40 +01:00 committed by GitHub
parent d3d5d4ee96
commit fff4e97035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 4 deletions

View File

@ -1,5 +1,14 @@
# [unreleased]
Improvements:
* Add more endpoints:
```rust
r0::knock::knock_room
```
* Add unstable support for room knocking.
# 0.11.0
Breaking changes:

View File

@ -1,5 +1,16 @@
# [unreleased]
Improvements:
* Add more endpoints:
```rust
knock::{
create_knock_event::v1,
send_knock::v1,
}
```
* Add unstable support for room knocking.
# 0.2.0
Breaking Changes:

View File

@ -1,5 +1,13 @@
# [unreleased]
Improvements:
* Add more endpoints:
```rust
invitation::store_invitation::v2
```
# 0.2.0
Breaking changes:
@ -15,10 +23,7 @@ Improvements:
check_3pid_validity::v2,
bind_3pid::v2,
},
invitation::{
sign_invitation_ed25519::v2,
store_invitation::v2,
}
invitation::sign_invitation_ed25519::v2,
```
# 0.1.0