Skip to content

Commit 143ae50

Browse files
committed
Release notes for 0.24.2
1 parent f9af6eb commit 143ae50

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.2] - 2024-02-29
8+
9+
- New rule EnsureTailCallDiagnosticsInRecursiveFunctions #673 #651 [@webwarrior-ws]
10+
- Fix AvoidSinglePipeOperator false negatives #697 [@Mersho]
11+
- Fix AvoidSinglePipeOperator false negative #696 [@Mersho]
12+
- Fix FavourStaticEmptyFields false negative #695 [@Mersho]
13+
- Benchmarks: stop forcing .NETCore2.1 runtime #694 #620 [@Numpsy]
14+
- paket: upgrade Ionide.ProjInfo to 0.61.3 #688 [@webwarrior-ws]
15+
- Fix FavourStaticEmptyFields false negative #689 [@Mersho]
16+
- build: change NoWarn to WarningsNotAsErrors #691 [@webwarrior-ws]
17+
- New rule FavourNonMutablePropertyInitialization #683 #662 #535 [@webwarrior-ws]
18+
- Workaround for NoPartialFuncs bug #682 [@webwarrior-ws]
19+
- Fix AvoidSinglePipeOperator false positive #684 [@Mersho]
20+
- docs(CSS): capitalize <h1> rather than uppercase [@knocte]
21+
- Simplify SelfCheck #679 [@knocte]
22+
23+
724
## [0.24.0] - 2024-01-13
825

926
Happy 10 year anniversary to FSharpLint!

0 commit comments

Comments
 (0)