Skip to content

Commit 6d03456

Browse files
authored
Fix formatting and content in CHANGELOG.md
Corrected text and formatting in the CHANGELOG for clarity.
1 parent f2d7d74 commit 6d03456

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2121

2222
## [0.1.2] — 2026-06-01
2323

24-
SQL Server live-verification release. A real-world MSSQL DBFit suite (WD-Gehsteig
25-
regression tests, stored-procedure-driven, square-bracket identifiers throughout)
24+
SQL Server live-verification release. A real-world MSSQL DBFit suite (regression tests,
25+
stored-procedure-driven, square-bracket identifiers throughout)
2626
runs end-to-end against an MSSQL Server 2019 via `pymssql` with no changes to the
2727
underlying `.wiki` files.
2828

2929
### Fixed
3030

3131
- **Console reporter swallowed `[…]` in failure details.** Rich's inline-markup
32-
parser interpreted MSSQL square-bracket identifiers like `[wdg].PLAENE` as
32+
parser interpreted MSSQL square-bracket identifiers like `[dbo].ORDER` as
3333
style tags and stripped them from the displayed SQL — making failure output
3434
misleading. Reporter now prints fixture details with `markup=False`, so the
3535
SQL you see is the SQL that ran.

0 commit comments

Comments
 (0)