Skip to content

Commit c6cc11f

Browse files
committed
CHANGELOG.md: add TVM improvements for CYR==PYR; fix bug during comma insertion in Record objects
1 parent e3ab363 commit c6cc11f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33
- Unreleased
4+
- 0.12.0-rc3 (2024-06-21)
5+
- TVM
6+
- reduce rounding errors when `PYR==CYR`, the most common case in the US
7+
at least
8+
- **Bug Fix**: update logic that determines when the comma `,` character can
9+
be inserted into the input buffer
10+
- some internal routines were still looking at the last character in the
11+
input buffer, instead of the character to the left of the current
12+
cursor
13+
- prevented comma insertion when the cursor was scrolled into the
14+
middle of the input buffer
15+
- updated to look at the char to the left of cursor
16+
- update logic that handles left and right braces `{ }`
17+
- comma now allowed only inside an open left-brace `{`
18+
- comma no longer allowed after the last closing right-brace `}`
419
- 0.12.0-rc2 (2024-06-19)
520
- TVM
621
- improve logic for appending the "overridden" dot after the `IYR1`,

0 commit comments

Comments
 (0)