Skip to content

Commit 5b306b3

Browse files
committed
changelog.md updated.
updatev2.json updated. Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent ce572f5 commit 5b306b3

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

changelog.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0-RC.3] - 2020-05-15
10+
11+
### Added
12+
- `list-max-elements-in-page` setting added.
13+
- `sendListAsMessage` implemented in `MessagingAPI.kt`.
14+
- `listAsResponse` implemented in `ServerMessagingAPI.kt`.
15+
16+
### Changed
17+
- Default permission resolution strategy improved.
18+
919
## [2.0.0-RC.2] - 2020-05-14
1020

1121
### Added
@@ -15,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1525
- `org.json:json` implementation/internal dependency.
1626
- `CommandAliases` class with `aliases` hash map.
1727

18-
### Changes
28+
### Changed
1929
- Kotlin serialization gradle plugin updated.
2030
- `mods.toml` -> `credits` property value updated.
2131
- Module logic have moved to `ModuleObject.kt`.
@@ -46,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4656
- Ability to configure some settings in game with command `/configure-essentials <> <>`.
4757
- Permissions for back command after death.
4858

49-
### Changes
59+
### Changed
5060
- Fully rewritten core module code, and module system.
5161
- API breaking changes (not documented changes).
5262
- Version number format now fully relative to semver.

updatev2.json

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

0 commit comments

Comments
 (0)