From 8cfbdf5f4ed60c9edca63bd6f6aa23af5e21c2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 11 Aug 2024 09:42:16 +0200 Subject: [PATCH] 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) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b336804..0ce7ae131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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