Skip to content

Commit

Permalink
Release notes for 0.24.0
Browse files Browse the repository at this point in the history
Happy 10-year anniversary FSharpLint! See the first commit here:

https://github.com/fsprojects/FSharpLint/commit/bbcfbe8eaeeb754f6541ad39e98a3e091158722b.patch
  • Loading branch information
knocte committed Jan 13, 2024
1 parent 6870fcd commit 674a090
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.24.0] - 2024-01-13

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

## [0.23.6] - 2024-01-05

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

0 comments on commit 674a090

Please sign in to comment.