diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-07-20 21:08:52 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2017-07-20 21:13:42 +0100 |
commit | 887e4d131857bf44eea1566adae9b79c610e3e86 (patch) | |
tree | 4639df279d973530bf43539dd7e0d2adc0c40c5a | |
parent | 8ebdbfb0f664c0a7dee1c88635a89cedfcfe92b5 (diff) | |
download | meson-887e4d131857bf44eea1566adae9b79c610e3e86.zip meson-887e4d131857bf44eea1566adae9b79c610e3e86.tar.gz meson-887e4d131857bf44eea1566adae9b79c610e3e86.tar.bz2 |
Add to release note
-rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index 3374d3b..3a12f02 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -65,3 +65,8 @@ A new experimental module to compile code with many different SIMD instruction sets and selecting the best one at runtime. This module is unstable, meaning its API is subject to change in later releases. It might also be removed altogether. + +## Import libraries for executables on Windows + +The new keyword `implib` to `executable()` allows generation of an import +library for the executable. |