Skip to content

Commit 055012d

Browse files
committed
Update NEWS.md
1 parent af35bef commit 055012d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# rwasm (development version)
22

3+
## New features
4+
5+
* Added a mechanism to override `AC_CHECK_FUNCS` with Autoconf (#32).
6+
7+
* Shim `uname` and `pkg-config` when cross-compiling (#9).
8+
9+
* Added documentation.
10+
11+
## Breaking changes
12+
13+
* The `dependencies` argument in `add_pkg()` is now `FALSE` by default.
14+
15+
* Made CXX17 the default (#12).
16+
17+
## Bug fixes
18+
19+
* Packages using OpenMP can now be cross-compiled (#17).
20+
21+
* Prevent packages from accessing the host LIBS (#10).
22+
23+
* Use a default shell when running configure scripts (#8).
24+
25+
* Various tweaks and bug fixes for cross-compiling on Linux host.
26+
327
# rwasm 0.0.1
428

529
## Breaking changes

0 commit comments

Comments
 (0)