diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4896e..33015e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,15 @@ ### 1.2.0 - Removed support for version 2021.1 of IDEs. +- NOTE: Due to a kotlin related issue, the screenshot and CSS selector inlay hints are not displayed in WS-2022.3, for now. #### MAINTENANCE - Various code and documentation related housekeeping - Migrated class instantiation to static instances and project services to minimize object instance creation. +#### BUGFIX +- It fixes an NPE during calculating the position of the block inlay hints in the hint preview in Settings. + ### 1.1.0 **IMPORTANT**: to minimize maintenance cost this plugin no longer supports IDE versions 2020.2 and 2020.3. diff --git a/changelog.html b/changelog.html index a37ec0a..f1a0d9c 100644 --- a/changelog.html +++ b/changelog.html @@ -4,5 +4,9 @@

1.2.0

+ +Notes + \ No newline at end of file