Ruby: Add change notes.

This commit is contained in:
Geoffrey White
2024-10-03 17:38:28 +01:00
parent 86cc2dc5a1
commit d4414dabff
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `ExtractionError` class has been split into `ExtractionError` and `ExtractionWarning`, reporting extraction errors and warnings respectively.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `rb/diagnostics/extraction-errors` diagnostic query has been split into `rb/diagnostics/extraction-errors` and `rb/diagnostics/extraction-warnings`, counting extraction errors and warnings respectively.