We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba14163 commit 8a4d647Copy full SHA for 8a4d647
1 file changed
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [2.0.1] - 2025-08-04
9
+### Added
10
+- Added `Shipped.md` and `Unshipped.md` files to track analyzer diagnostics and releases.
11
+ These files follow the official Roslyn analyzer release tracking format.
12
+
13
+### Notes
14
+- This is a documentation-only update with no functional code changes.
15
16
17
## [2.0.0] - 2025-07-16
18
### Changed
19
- **Breaking Change**: All generated classes are now `record` types instead of regular `class` types.
0 commit comments