From e26b9c87c95abdc576be23583b10386770c27fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 14 Aug 2023 18:08:57 +0200 Subject: [PATCH] api_changes_list_2023.md: note JsonPath libary removal --- reference_guide/api_changes_list_2023.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index ddce35f4b..0ae8b097a 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -72,6 +72,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no ### IntelliJ Platform 2023.3 +JsonPath library unbundled +: Bundle it [explicitly](https://youtrack.jetbrains.com/issue/IDEA-328219) with your plugin. + ### Java Plugin 2023.3 `com.siyeh.ipp.base.Intention` class removed