We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07ab75 commit 008274cCopy full SHA for 008274c
releasenotes.md
@@ -10,6 +10,7 @@
10
- Make deprecation an error in test mode.
11
- Add `--win-vs-dirs` to override VS detection dirs.
12
- Add `"name"` project property to override the name of the resulting binary. #1719
13
+- Improved `add-project` to take arguments.
14
15
### Fixes
16
- Fix case trying to initialize a `char[*]*` from a String.
@@ -27,6 +28,7 @@
27
28
- Fix bug in OnStackAllocator when freeing overallocated data. #1720
29
- Use `weak_odr` rather than `weak` on Windows which seems to prevent issues such as #1704.
30
- Use `weak` on dyn-symbols on Linux.
31
+- Fix crash on project.json not having an empty set of targets.
32
33
### Stdlib changes
34
- Increase BitWriter.write_bits limit up to 32 bits.
0 commit comments