prepare CHANGELOG.md for the next release#578
prepare CHANGELOG.md for the next release#578marcin-krystianc merged 3 commits intoG-Research:masterfrom
Conversation
marcin-krystianc
left a comment
There was a problem hiding this comment.
Feel free to mention adding public API analyzers, and also changing the public API to deal with RS0022 warnings.
In principle, these are not user-facing changes, but still may affect users if we've made unintentional mistakes, so it is worth letting them know.
CHANGELOG.md
Outdated
| * Add implement ACL Binding Rule "Read" Endpoint (#550) | ||
| * Add implement ACL Binding Rule Update Endpoint (#551) | ||
| * Add implement ACL Binding Rule Delete Endpoint (#552) | ||
| * Add implement ACL Binding Rule List Endpoint (#556) |
There was a problem hiding this comment.
I think that the single "Implement" in place of "Add implement" would be better.
RS0022 are still not resolved, should I still add it to CHANGELOG.md? |
🤦 I meant RS0026 |
CHANGELOG.md
Outdated
| * Fix RS0026 patch 1 (#559) | ||
| * Fix RS0026 errors patch 2 (#560) | ||
| * Fix RS0026 patch 3 (#561) | ||
| * Fix RS0026 patch 4 (#562) | ||
| * Fix RS0026 patch 5 (#563) | ||
| * Fix RS0026 patch 6 (#564) | ||
| * Fix RS0026 patch 7 (#566) | ||
| * Fix RS0026 patch 8 (#567) | ||
| * Fix RS0026 patch 9 (#568) | ||
| * Fix RS0026 patch 10 (#569) | ||
| * Fix RS0026 patch 11 (#570) | ||
| * Fix RS0026 patch 12 (#571) | ||
| * Fix RS0026 patch 14 (#573) | ||
| * Fix RS0026 final patch (#575) | ||
| * Fix RS0026 patch 13 (#574) |
CHANGELOG.md
Outdated
| * Add Microsoft.CodeAnalysis.PublicApiAnalyzers (disabled warnings) (#554) | ||
| * Fix RS0016 errors and enable correct PublicAPI file generation (#557) |
There was a problem hiding this comment.
I would collapse it into single line too (just adding the Microsoft.CodeAnalysis.PublicApiAnalyzers
Description
Updating changelog for the next release.
Related Issues
Additional Context
Checklist
Please make sure to check the following before submitting your pull request: