Fix missing changelog entries
This commit is contained in:
parent
d3d5d4ee96
commit
fff4e97035
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user