You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-37Lines changed: 19 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,61 +8,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [Unreleased]
10
10
### Breaking Changes
11
-
- Spaces is not allowed in hex numbers anymore but undorscores are.
12
-
It caused problems since 0xAA B could not be unambiguously parsed (e.g. it can be 0xAAB or 0xAA bytes, so make it explicit by writing 0xAA_B).
11
+
- Spaces are not allowed in hex numbers anymore but undorscores are.
12
+
It caused problems since 0xAA B could not be unambiguously parsed (e.g. it can be 0xAAB or 0xAA B, where 'B' is a unit for 'bytes', so make it explicit by writing 0xAA_B).
13
13
### Features
14
-
- Dark Theme
14
+
- Dark Theme
15
15
- Render command optimizations, reducing render command count by around 40%
16
-
(gutters, line number- and result abckround now
17
-
are rendered only once as a big rectangle and not line by line).
16
+
(gutters, line number- and result backround
17
+
are now rendered only once as a big rectangle and not line by line).
18
18
- Active references (variables and line refs in the cursor's row) are now just underlined
19
19
and the referenced lines are not highlighted fully only their left and right gutter.
0 commit comments