From 4106fe27a9d7398b8ebb427de17beb8c733a2dca Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 12 Mar 2023 13:00:21 +0300 Subject: [PATCH] Patch changelog --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ff5d3..e24c1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## 0.14.4-kotlin-1.8.20-RC - 2023-03-12 + ### Added - Easier dependency handling in `kscience` block - Customizable base jdk version @@ -14,18 +28,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - MPP does not use JVM and JS(IR) targets anymore. They could be turned manually via `js()`, `jvm()` or `fullStack()` - Signing is not applied if signingId is not provided -### Deprecated - ### Removed - FX plugins - Unnecessary library shortcuts (html and datetime) - deploy/release tasks ### Fixed +- Gradle 8 compatibility +- Dokka publication - issues with test sourcesets -### Security - ## 0.13.4-kotlin-1.8.0 - 2022-12-31 ### Added