Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jan 5, 2024
1 parent 6fac692 commit 7d4db9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ accordingly.
`tools.build` build chain.
- Stop publishing tarball artifacts.
[#75](https://github.com/greglook/cljstyle/issues/75)
- The `eof-newlines` rule will now remove additional trailing blank lines by
default. This can be controlled with the `:trailing-blanks?` option.
[#88](https://github.com/greglook/cljstyle/issues/88)
[#102](https://github.com/greglook/cljstyle/pull/102)

### Fixed
- Fixed slightly-broken neovim autoload integration doc.
Expand All @@ -34,8 +38,10 @@ accordingly.

## [0.15.1] - 2023-12-12

A handful of minor fixes in this release.
A handful of minor fixes in this release. No new native binaries, just a
Clojars update.

### Fixed
- Fix file `:ignore` configuration to work correctly with relative paths.
[#91](https://github.com/greglook/cljstyle/pull/91)
- Specify platform in `Dockerfile` so it works out-of-the-box on other architectures.
Expand Down

0 comments on commit 7d4db9c

Please sign in to comment.