Skip to content

Commit

Permalink
Merge pull request #42 from AnatolyPopov/changelog-formatting
Browse files Browse the repository at this point in the history
Formatting the changelog
  • Loading branch information
JojOatXGME authored May 27, 2022
2 parents ce69b65 + ccce4be commit 41cd249
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,34 @@
- Support for IDEA 2022.2 EAP

### Removed

- Support for IDEA 2021.1

## [0.4.0.3]
### Added

- Support for IDEA 2022.1

## [0.4.0.2]
### Added

- Support for IDEA 2021.3

### Removed

- Support for IDEA 2020.3

## [0.4.0.1]

### Added

- Support for IDEA 2021.2

### Removed

- Support for IDEA 2020.2

## [0.4.0.0]

This release features a complete rewrite of the parser and lexer within
the plugin.

### Added

- Support for the full syntax of Nix 2.3

### Changed

- Error detection and recovery has been overhauled.
- The following words are no longer treated as keywords to make the
implementation consistent with Nix 2.3:
Expand All @@ -63,23 +53,27 @@ the plugin.
easier to read.

### Fixed

- Various parsing errors (including but not limited to #8 and #13)
- Incorrect reset of parser state when modifying a file

## [0.3.0.6]
### Added
- Support for IDEA 2021.1

### Removed
- Support for IDEA 2020.1

## [0.3.0.5]
### Added
- Support line comment and block comment IDEA actions

## [0.3.0.4]
### Added
- Support for IDEA 2020.3

### Removed
- Support for IDEA 2019.3

## [0.3.0.3]
### Fixed
- Change ID of plugin back from `org.nixos.idea` in version 0.3.0.0 to
Expand All @@ -88,6 +82,7 @@ the plugin.
as a different plugin instead of another version of the same plugin.
**Note that if you installed version 0.3.0.0 manually from the ZIP
file, you should uninstall it when updating to a new version.**

## [0.3.0.0]
### Changed
- Update project to build for recent IJ versions
- Update project to build for recent IJ versions

0 comments on commit 41cd249

Please sign in to comment.