summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2024-05-20 23:21:11 +0900
committerGitHub <noreply@github.com>2024-05-20 23:21:11 +0900
commit367bf0c8fcd96ff56ce1016e52fcb4751331440a (patch)
tree57b8d324196dea3911e95c56e5829c5ed8b1cc1b /CHANGELOG.md
parentfix: 複数idを指定する`users/show`が関係ないユーザを返すこ... (diff)
downloadsharkey-367bf0c8fcd96ff56ce1016e52fcb4751331440a.tar.gz
sharkey-367bf0c8fcd96ff56ce1016e52fcb4751331440a.tar.bz2
sharkey-367bf0c8fcd96ff56ce1016e52fcb4751331440a.zip
fix: `/share` with unicode characters in the URL (#13846)
* fix: `/share` with unicode characters in the URL * docs(changelog): `/share` で日本語等を含むurlがurlエンコードされない問題を修正
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9944d4b5e..8d1b0a010a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,7 @@
- Fix: リバーシの対局を正しく共有できないことがある問題を修正
- Fix: 通知をグループ化している際に、人数が正常に表示されないことがある問題を修正
- Fix: 連合なしの状態の読み書きができない問題を修正
+- Fix: `/share` で日本語等を含むurlがurlエンコードされない問題を修正
### Server
- Enhance: エンドポイント`antennas/update`の必須項目を`antennaId`のみに