fixup: move changelog to unreleased section

This commit is contained in:
link2xt
2023-03-09 16:42:47 +00:00
parent 00791157e2
commit 6a394a0dc8

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
### Changes
- Drop unused SQL columns #4141
## 1.111.0
### Changes
@@ -8,7 +14,6 @@
- Run `cargo-deny` in CI. #4101
- Check provider database with CI. #4099
- Switch to DEFERRED transactions #4100
- Drop unused SQL columns #4141
### Fixes
- Do not block async task executor while decrypting the messages. #4079
@@ -18,6 +23,7 @@
- jsonrpc: add more advanced API to send a message. #4097
- jsonrpc: add get webxdc blob API `getWebxdcBlob` #4070
## 1.110.0
### Changes