Skip to content

Commit

Permalink
Updated changelog for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Jul 12, 2024
1 parent 58f9783 commit dede69c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [`<release-date>`](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))
Expand Down

0 comments on commit dede69c

Please sign in to comment.