We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52acc2 commit ac609d3Copy full SHA for ac609d3
CHANGELOG.md
@@ -13,6 +13,7 @@ and this project does not currently adhere to a particular versioning scheme.
13
14
### Fixed
15
- 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])
17
18
## [0.2.37] - 2024-10-18
19
@@ -443,3 +444,4 @@ and this project does not currently adhere to a particular versioning scheme.
443
444
[gh-706]: https://github.com/HigherOrderCO/Bend/issues/706
445
[gh-734]: https://github.com/HigherOrderCO/Bend/issues/734
446
[gh-736]: https://github.com/HigherOrderCO/Bend/issues/736
447
+[gh-748]: https://github.com/HigherOrderCO/Bend/issues/748
0 commit comments