Skip to content

Commit 17846a6

Browse files
committed
changelog.md updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 05cf285 commit 17846a6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [1.15.2-1.1.0] - 2020-03-17
1010

1111
### Added
12+
- Documentation for `HomeModel.kt`.
13+
- `HomeAPI` implemented `save` method.
14+
- `HomeAPI` implemented `reload` method.
15+
- Implemented `HomeAPI.take` method.
16+
- Implemented `HomeAPI.contains` method.
17+
- Implemented `HomeAPI.takeAll` method.
18+
- Implemented `HomeAPI.remove` method.
19+
- Implemented `HomeAPI.create` method.
20+
- Supporting `/back` command.
21+
- Localization processing.
22+
- `Messaging.kt` implemented.
23+
- `Dokka` added to `build.gradle`.
1224

1325
### Changed
26+
- Kotlin version updated to `1.3.70`.
27+
- KotlinX Serialization version updated to `0.20.0`.
28+
- Forge API version updated to `28.2.0`.
29+
- `StorageBase` now is internal.
30+
- `EntryPoint.kt` now is internal.
31+
- `SetHomeCommand.kt` now is internal.
32+
- `HomeCommand.kt` now is internal.
33+
- `DelHomeCommand.kt` now is internal.
1434

1535
### Removed
36+
- `curseforge` dependency removed from dependencies in `build.gradle`.
1637

1738
## [1.15.2-1.0.0] - 2020-02-08
1839

0 commit comments

Comments
 (0)