File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ name: weeder
55author : Ollie Charles <ollie@ocharles.org.uk>
66maintainer : Ollie Charles <ollie@ocharles.org.uk>
77build-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
1010synopsis : Detect dead code
1111description : Find declarations.
1212homepage : https://github.com/ocharles/weeder#readme
You can’t perform that action at this time.
0 commit comments