Update changelog

This commit is contained in:
Pig Fang 2019-12-03 12:54:07 +08:00
parent c5829ded76
commit c91919b6d9
2 changed files with 16 additions and 0 deletions

View File

@ -27,6 +27,8 @@
- Fixed that model was reset after resetting skin previewing.
- Fixed that error stack doesn't show paths from plugins when AJAX has an error.
- Fixed that error page doesn't display when using an unsupported hash algorithm.
- Fixed fallback when unknown locale is detected.
- Fixed compatibility with PHP 7.4.
## Removed
@ -35,3 +37,9 @@
- Dropped support of IIS.
- Removed package `swiggles/memcache`.
- Removed `commit` property from `blessing` global.
- Removed Element UI.
## Internal Changes
- Upgraded Laravel to v6.
- Rewritten almost templates with Twig.

View File

@ -27,6 +27,8 @@
- 重置皮肤预览后,皮肤模型也被重置的问题
- AJAX 出现错误时,堆栈中不显示来自插件的部分
- 当使用了不支持的密码加密算法时,错误页面没有正确显示的问题
- 修复不能针对未知语言进行降级的问题
- 与 PHP 7.4 的兼容问题
## 移除
@ -35,3 +37,9 @@
- 放弃对 IIS 的支持
- 移除扩展包 `swiggles/memcache`
- 从全局变量 `blessing` 中移除 `commit` 属性
- 移除 Element UI
## 内部更改
- Laravel 升级到 v6
- 使用 Twig 重写大部分 Blade 模板