release 2.1.1
This commit is contained in:
parent
3b89387e0a
commit
d102376212
@ -1,6 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## Upcoming 2.1.0
|
||||
## 2.1.1
|
||||
|
||||
- Bugfix: Fix some errors in the RV32F implementation (thanks @adutilleul)
|
||||
- Bugfix: Fix how floats are printed in the register view (thanks @KGrykiel)
|
||||
- Bugfix: Fix missing support for infinite registers in load/store ins (thanks @superlopuh)
|
||||
|
||||
## 2.1.0
|
||||
|
||||
- Added a very basic libc containing a `crt0.s`, and a few functions
|
||||
such as `malloc`, `rand`, and `memcpy`.
|
||||
|
@ -34,4 +34,4 @@ from .parser import tokenize, parse_tokens, AssemblyFileLoader
|
||||
|
||||
__author__ = "Anton Lydike <Anton@Lydike.com>"
|
||||
__copyright__ = "Copyright 2023 Anton Lydike"
|
||||
__version__ = "2.1.0"
|
||||
__version__ = "2.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user