From 17846a60c4c8f134dea300ac81acaa686db189e8 Mon Sep 17 00:00:00 2001 From: "Pavel Erokhin (MairwunNx)" Date: Tue, 17 Mar 2020 23:23:07 +0300 Subject: [PATCH] changelog.md updated. Signed-off-by: Pavel Erokhin (MairwunNx) --- changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/changelog.md b/changelog.md index 4f0b8c0..461bef6 100644 --- a/changelog.md +++ b/changelog.md @@ -9,10 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.15.2-1.1.0] - 2020-03-17 ### Added +- Documentation for `HomeModel.kt`. +- `HomeAPI` implemented `save` method. +- `HomeAPI` implemented `reload` method. +- Implemented `HomeAPI.take` method. +- Implemented `HomeAPI.contains` method. +- Implemented `HomeAPI.takeAll` method. +- Implemented `HomeAPI.remove` method. +- Implemented `HomeAPI.create` method. +- Supporting `/back` command. +- Localization processing. +- `Messaging.kt` implemented. +- `Dokka` added to `build.gradle`. ### Changed +- Kotlin version updated to `1.3.70`. +- KotlinX Serialization version updated to `0.20.0`. +- Forge API version updated to `28.2.0`. +- `StorageBase` now is internal. +- `EntryPoint.kt` now is internal. +- `SetHomeCommand.kt` now is internal. +- `HomeCommand.kt` now is internal. +- `DelHomeCommand.kt` now is internal. ### Removed +- `curseforge` dependency removed from dependencies in `build.gradle`. ## [1.15.2-1.0.0] - 2020-02-08