Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykMroczek committed Nov 30, 2023
1 parent 6d8972f commit 08ed571
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
All important changes will be described in this file. Or rather I will
try to document them here.

## [0.3.3] - 2023-11-30

### Fixed

- Fix increased indentation and empty lines in wrapped matrices
- Fix additional spaces placed in lines before type specifiers that use
global paths

## [0.3.2] - 2023-11-23

### Fixed

- Fix line wrapping at inheritance modifiers (`break` statements inside `extends` clauses)
- Fix missing whitespaces before type specifiers that uses global paths (starts with a dot)
- Fix missing whitespaces before type specifiers that use global paths (starts with a dot)
- Fix errors caused by quoted identifiers containing spaces and double quotes

## [0.3.1] - 2023-10-13
Expand Down

0 comments on commit 08ed571

Please sign in to comment.