Skip to content

Commit

Permalink
Fill changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykMroczek committed Dec 9, 2024
1 parent 646a529 commit af83918
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All important changes will be described in this file. Or rather I will
try to document them here.

## [0.6.0] - 2024-12-09

This release does not contain any significant changes in how formatter works,
but it is important as a first step in refactoring and restructuring
that should lead to a more sophisticated tool. Main change is that parser that
previously was maintained as a separate crate `moparse` is now a module of
`mofmt`.

The release itself is created mainly because the previous one was 10 months ago,
and some fixes were introduced in the meantime.

### Added

- add support for blank lines in block equations/statements (#48)

### Fixed

- fix error of inserting unnecessary spaces in inheritance modifiers (#46)
- fix parser error when parsing block comments with additional '*'chars

## [0.5.1] - 2024-02-22

### Fixed
Expand Down

0 comments on commit af83918

Please sign in to comment.