Skip to content

Commit

Permalink
add changes to releasenotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NexushasTaken committed Nov 24, 2024
1 parent c28e3d2 commit c2c6a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Init command will now add `test-sources` to `project.json` #1520
- `a++` may be discarded if `a` is optional and ++/-- works for overloaded operators.
- Improve support for Windows cross compilation on targets with case sensitive file systems.
- Add "sources" support to library `manifest.json`, defaults to root folder if unspecified.

### Fixes
- Fix bug where `a > 0 ? f() : g()` could cause a compiler crash if both returned `void!`.
Expand Down

0 comments on commit c2c6a3d

Please sign in to comment.