NEWS for 1.1.

master
Ariadne Conill 2021-03-09 00:33:41 -07:00
parent fb1d203677
commit 7b8f3f6d04
1 changed files with 16 additions and 0 deletions

16
NEWS
View File

@ -1,3 +1,19 @@
Changes from 1.0 to 1.1
-----------------------
* Added RISC-V RV32 port.
* Cleaned up use of _GNU_SOURCE in C code.
Partially from patches contributed by osy.
* Added automatic detection of armv7l architecture.
Patch contributed by Leandro Pereira.
* Fixed installation path of libucontext_posix.a.
* Work around deficiency in clang built-in assembler on AArch64 targets.
Patch contributed by osy.
Changes from 0.13.1 to 1.0
--------------------------