Skip to content

Commit

Permalink
CHANGELOG.md: add TVM improvements for CYR==PYR; fix bug during comma…
Browse files Browse the repository at this point in the history
… insertion in Record objects
  • Loading branch information
bxparks committed Jun 21, 2024
1 parent e3ab363 commit c6cc11f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

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

0 comments on commit c6cc11f

Please sign in to comment.