Skip to content
Snippets Groups Projects
Commit c812d74b authored by Johannes Mey's avatar Johannes Mey
Browse files

update changelog

parent 64fc3405
No related branches found
No related tags found
No related merge requests found
<!-- Keep a Changelog guide -> https://keepachangelog.com --> # Changelog
# JastAdd Plugin Changelog
## [Unreleased] ## [Unreleased]
### Added
- Support for IntelliJ IDEA 2021.2.3.
- Initial support for JastAdd aspect files.
### Changed ### Changed
- Changed build script to Kotlin DSL
### Deprecated
### Removed
- Support for IntelliJ IDEA 2020.2.4. Minimal version now is 2021.1.1.
### Fixed
...@@ -69,7 +69,7 @@ sourceSets { ...@@ -69,7 +69,7 @@ sourceSets {
// Read more: https://github.com/JetBrains/gradle-changelog-plugin // Read more: https://github.com/JetBrains/gradle-changelog-plugin
changelog { changelog {
version = properties("pluginVersion") version = properties("pluginVersion")
groups = emptyList() groups = listOf("Added", "Changed", "Deprecated", "Removed", "Fixed")
} }
// Configure detekt plugin. // Configure detekt plugin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment