From dede69c9d1a6852197205c107638db96028a98ca Mon Sep 17 00:00:00 2001 From: Robert Novotny Date: Fri, 12 Jul 2024 10:21:21 +0000 Subject: [PATCH] Updated changelog for next release --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869ef277b6..fbb5b2effa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,18 @@ Releases prior to January 2023 are tracked on the project GitHub [Releases Page] ### Added +### Changed + +### Fixed + +## 1.371 - 2024-07-12 + +### Added + - In paid or freemium plugins, the [``](https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html#idea-plugin__product-descriptor) must be set to a date that is no more than 5 days in the future from today's date. ([#1119](https://github.com/JetBrains/intellij-plugin-verifier/pull/1119)) - Improve documentation on the `-ignored-problems` CLI switch ([#1110](https://github.com/JetBrains/intellij-plugin-verifier/pull/1110)) -### Changed - ### Fixed - Fix false positives in Platform API when invoking another `@Experimental` Platform API, e. g. in PSI calls. ([#1120](https://github.com/JetBrains/intellij-plugin-verifier/pull/1120), [MP-6729](https://youtrack.jetbrains.com/issue/MP-6729))