modify CHANGELOG.md

This commit is contained in:
tamaina 2022-05-01 06:59:43 +00:00
parent 274ca6f7e6
commit b00bf5740a

View file

@ -2,9 +2,6 @@
## 12.x.x (unreleased)
### Improvements
- API: notifications/readは配列でも受け付けるように
- /share のクエリでリプライやファイル等の情報を渡せるように
- ページロードエラーページにリロードボタンを追加
### Bugfixes
-
@ -18,6 +15,9 @@ You should also include the user name that made the change.
### Improvements
- enhance: ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション @tamaina
- enhance: API: notifications/readは配列でも受け付けるように #7667 @tamaina
- enhance: プッシュ通知を複数アカウント対応に #7667 @tamaina
- enhance: プッシュ通知にクリックやactionを設定 #7667 @tamaina
### Bugfixes
- Client: fix settings page @tamaina