Added: Better decimal values support (for ABCs minor 17, not standard FP)

Added: Better float values support (for ABCs major 47, minor 16 +, not standard FP)
Added: Non-nullable classes support (not standard FP)
This commit is contained in:
Jindra Petřík
2024-08-11 09:42:16 +02:00
parent e685022fd7
commit 8cfbdf5f4e

View File

@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Better decimal values support (for ABCs minor 17, not standard FP)
- Better float values support (for ABCs major 47, minor 16 +, not standard FP)
- Non-nullable classes support (not standard FP)
### Fixed
- Hex view for unknown tags was not scrollable
- [#2269] Nullpointer on importing (ImportAssets) a character that does not exists