Skip to content

Commit 052723f

Browse files
committed
fix: remove stale main tag from CHANGELOG and document unused theme color
1 parent 3ae238a commit 052723f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Large document safety caps for syntax highlighting (skip >5MB, throttle >50KB)
1313

14-
## [0.23.2] - 2026-03-24 main
14+
## [0.23.2] - 2026-03-24
1515

1616
### Fixed
1717

TablePro/Theme/ThemeDefinition.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ internal struct EditorThemeColors: Codable, Equatable, Sendable {
177177
var selection: String
178178
var lineNumber: String
179179
var invisibles: String
180+
/// Reserved for future current-statement background highlight in the query editor.
180181
var currentStatementHighlight: String
181182
var syntax: SyntaxColors
182183

0 commit comments

Comments
 (0)