From 674a090f08b5f6d260f2ef1f50f6bd94486769e1 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sat, 13 Jan 2024 16:01:30 +0800 Subject: [PATCH] Release notes for 0.24.0 Happy 10-year anniversary FSharpLint! See the first commit here: https://github.com/fsprojects/FSharpLint/commit/bbcfbe8eaeeb754f6541ad39e98a3e091158722b.patch --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae57abc1..09145d291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]