diff --git a/resources/misc/changelogs/en/5.0.0.md b/resources/misc/changelogs/en/5.0.0.md index bcba5d09..2be78ee0 100644 --- a/resources/misc/changelogs/en/5.0.0.md +++ b/resources/misc/changelogs/en/5.0.0.md @@ -32,6 +32,7 @@ - Optimized performance of invoking texture previewer (skinview3d). - Changed method of retrieving IP. - Use `utf8mb4` encoding in MySQL/MariaDB. +- Respond with unformatted Profile JSON to reduce bytes. - Switched to a new PHP texture renderer. - Display 3D avatar of player when applying texture to player. diff --git a/resources/misc/changelogs/zh_CN/5.0.0.md b/resources/misc/changelogs/zh_CN/5.0.0.md index d3639822..58ef52d1 100644 --- a/resources/misc/changelogs/zh_CN/5.0.0.md +++ b/resources/misc/changelogs/zh_CN/5.0.0.md @@ -32,6 +32,7 @@ - 优化调用材质预览器(skinview3d)的性能 - 修改获取 IP 地址的方法 - MySQL/MariaDB 使用 `utf8mb4` 编码 +- 响应未格式化过的 Profile JSON 以节省流量 - 使用新的 PHP 材质渲染器 - 将材质应用到角色时显示角色的 3D 头像