From c85fd5f93b579773795800e7f14808788dbd4c02 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 11 Jun 2023 15:49:14 +0000 Subject: [PATCH] Changelog update - v1.1.2 --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b737efa..5723887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,19 @@ ### Added ### Changed -- Update Kotlin to 1.8.22 -- Update OPENRNDR/ORX to 0.4.3 ### Removed ### Fixed -- Refactor extensions from `object` to `class` to avoid issues with Kotlin + +## [1.1.2] - 2023-06-11 + +### Changed +- Update Kotlin to 1.8.22 +- Update OPENRNDR/ORX to 0.4.3 + +### Fixed +- Refactor extensions from `object` to `class` to avoid issues with Kotlin singletons https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#caution ## [1.1.1] - 2023-03-19 @@ -40,7 +46,8 @@ - ColorRGBa preview in debugger and expression evaluation dialog - ColorRGBa preview in the auto-completion dialog -[Unreleased]: https://github.com/openrndr/openrndr-intellij/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/openrndr/openrndr-intellij/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/openrndr/openrndr-intellij/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/openrndr/openrndr-intellij/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/openrndr/openrndr-intellij/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/openrndr/openrndr-intellij/compare/v1.0.0...v1.0.1