From 47fef8c99fdb14147a8c3ea9e06b029733879ffd Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Tue, 1 Aug 2023 11:13:41 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee08d10..b51a0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # Changelog -## Upcoming 2.0.6 +## 2.1.0 - Added a very basic libc containing a `crt0.s`, and a few functions such as `malloc`, `rand`, and `memcpy`. - Added a subset of the `mmap2` syscall (code 192) to allocate new memory - Refactored the launching code to improve using riscemu from code - -**Planned:** - - Add a floating point unit + - Added floating point support (enabled by default). The RV32F extension is now available ## 2.0.5