Skip to content

Commit fa9c7dc

Browse files
authored
Release 2.9.0 (#174)
1 parent 7ba2aa4 commit fa9c7dc

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

7+
## 2.9.0 - 2024-01-31
8+
9+
### Changed
10+
11+
* Sort weeds by line number and then by column. (#155)
12+
* Show unit names in output. (#156)
13+
* Significantly improve weeders performance when using `type-class-roots = false`. (#172)
14+
* Use `Glob` to find `.hie` files. This can avoid an infinite loop with recursive symlinks. (#165)
15+
* Build with `lens-5.3`. (#173)
16+
17+
### Fixed
18+
19+
* Weeder now correctly reports TOML parse errors. (#161)
20+
721
## 2.8.0 - 2024-01-31
822

923
### Added

weeder.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: weeder
55
author: Ollie Charles <ollie@ocharles.org.uk>
66
maintainer: Ollie Charles <ollie@ocharles.org.uk>
77
build-type: Simple
8-
version: 2.8.0
9-
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020-2023
8+
version: 2.9.0
9+
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020-2024
1010
synopsis: Detect dead code
1111
description: Find declarations.
1212
homepage: https://github.com/ocharles/weeder#readme

0 commit comments

Comments
 (0)