@@ -6,6 +6,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.0.0-RC.2] - 2020年05月14日
10+ 11+ ### Added
12+ - Back location revoking on player leaving.
13+ - ` zh_cn ` localization added to safe localizations list.
14+ - ` PermissionResolutionStrategy ` implemented.
15+ - ` org.json:json ` implementation/internal dependency.
16+ - ` CommandAliases ` class with ` aliases ` hash map.
17+ 18+ ### Changes
19+ - Kotlin serialization gradle plugin updated.
20+ - ` mods.toml ` -> ` credits ` property value updated.
21+ - Module logic have moved to ` ModuleObject.kt ` .
22+ - Changed documentation since version format.
23+ - Some multi-line strings converted to string blocks.
24+ - Kotlin experimental unsigned types replaced on typical types.
25+ 26+ ### Removed
27+ - ` logoFile ` entry from ` mods.toml ` .
28+ - Directory paths for debugging.
29+ - Old unused assets.
30+ - Documentation from ` documentation ` directory.
31+ - ⚠ Annotations for ` configuration ` , ` commands ` and ` module ` .
32+ - ` kotlin-reflect ` from implementation\internal dependencies.
33+ - ` Klaxon ` from implementation\internal dependencies.
34+ - ` Cooldown ` from implementation dependencies.
35+ - ⚠ ` api version ` property from module (with annotation).
36+ - ⚠ ` IModule#reload() ` method removed.
37+ - ⚠ ` IModule#getModule() ` method removed.
38+ - ⚠ ` IModule#getModuleData() ` method removed.
39+ 940## [ 2.0.0-RC.1] - 2020年05月09日
1041
1142* Note: it is not full list with changes!*
0 commit comments