Skip to content

Commit 674a090

Browse files
committed
Release notes for 0.24.0
Happy 10-year anniversary FSharpLint! See the first commit here: https://github.com/fsprojects/FSharpLint/commit/bbcfbe8eaeeb754f6541ad39e98a3e091158722b.patch
1 parent 6870fcd commit 674a090

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.24.0] - 2024-01-13
8+
9+
Happy 10 year anniversary to FSharpLint!
10+
- Fix error linting projects that use .NET Legacy Framework #336 #657 [@su8898] & [@webwarrior-ws]
11+
- FSharpLint.Console: show URL for each rule at summary #666 [@knocte]
12+
- AvoidTooShortNames: fix for DU member params & lambda arguments #645 [@Mersho]
13+
- Docs: don't swallow errors #678 [@webwarrior-ws]
14+
- Make inline source filePath less confusing #677 #674 [@webwarrior-ws]
15+
- Add new rule UnnecessaryRecKeyword #650 #652 #671 [@Mersho] & [@webwarrior-ws]
16+
- TypePrefixing: new modes "Always", "Hybrid", "Never" (default: Hybrid) #661 [@knocte] & [@webwarrior-ws]
17+
- Less hardcoding of .NET version #659 [@knocte]
18+
719
## [0.23.6] - 2024-01-05
820

921
- Fix recent regression in MaxLinesIn* rules #667 [@webwarrior-ws] & [@Mersho]

0 commit comments

Comments
 (0)