Skip to content

Commit 26d9dee

Browse files
committed
chore: update CHANGELOG for version 0.7.0, correcting version number and adding details on nested subscript handling
1 parent 163509d commit 26d9dee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.6.29][0.6.29] - 2026-03-23
8+
## [0.7.0][0.6.29] - 2026-03-23
99

1010
### Fixed
1111

1212
- Extended `LATEX_VAR_TOKEN_RE` regex in `patterns.py` to support up to 5 levels of nested braces in subscripts (previously only 1 level)
1313
- Now `MonteCarlo.run()` can handle expressions contain deeply nested subscript variables
1414
- Added composable brace-nesting helpers (`_BRACE_L0`..`_BRACE_L4`) for readable regex construction
1515
- Added deep nesting test cases to `test_data.py`, `test_patterns.py`, and `test_parser.py`
16+
- Forcing version 0.7.0
1617

1718
## [0.6.28][0.6.28] - 2026-03-19
1819

0 commit comments

Comments
 (0)