Skip to content

Commit ac609d3

Browse files
committed
update changelog
1 parent c52acc2 commit ac609d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project does not currently adhere to a particular versioning scheme.
1313

1414
### Fixed
1515
- Fix type checker not properly unifying all the arms of a match expression. ([#734][gh-734])
16+
- Fix signed numbers (i24 and f24) not being parsed after parenthesis `(`. ([#748][gh-748])
1617

1718
## [0.2.37] - 2024-10-18
1819

@@ -443,3 +444,4 @@ and this project does not currently adhere to a particular versioning scheme.
443444
[gh-706]: https://github.com/HigherOrderCO/Bend/issues/706
444445
[gh-734]: https://github.com/HigherOrderCO/Bend/issues/734
445446
[gh-736]: https://github.com/HigherOrderCO/Bend/issues/736
447+
[gh-748]: https://github.com/HigherOrderCO/Bend/issues/748

0 commit comments

Comments
 (0)