Skip to content

Commit 008274c

Browse files
committed
Update the release notes.
1 parent e07ab75 commit 008274c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

releasenotes.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Make deprecation an error in test mode.
1111
- Add `--win-vs-dirs` to override VS detection dirs.
1212
- Add `"name"` project property to override the name of the resulting binary. #1719
13+
- Improved `add-project` to take arguments.
1314

1415
### Fixes
1516
- Fix case trying to initialize a `char[*]*` from a String.
@@ -27,6 +28,7 @@
2728
- Fix bug in OnStackAllocator when freeing overallocated data. #1720
2829
- Use `weak_odr` rather than `weak` on Windows which seems to prevent issues such as #1704.
2930
- Use `weak` on dyn-symbols on Linux.
31+
- Fix crash on project.json not having an empty set of targets.
3032

3133
### Stdlib changes
3234
- Increase BitWriter.write_bits limit up to 32 bits.

0 commit comments

Comments
 (0)