Skip to content

Commit ee4aa50

Browse files
committed
Changelog for RC.2 added.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 9286d0a commit ee4aa50

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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!*

updatev2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core",
33
"1.14.4": {
4+
"2.0.0-RC.2": "change log -> https://git.io/JfBYX",
45
"2.0.0-RC.1": "change log -> https://git.io/JfC5F"
56
},
67
"promos": {
7-
"1.14.4-latest": "2.0.0-RC.1",
8+
"1.14.4-latest": "2.0.0-RC.2",
89
"1.14.4-recommended": "2.0.0"
910
}
1011
}

0 commit comments

Comments
 (0)