aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-02-09 06:25:45 +0100
committerSven Gothel <[email protected]>2021-02-09 06:25:45 +0100
commitdfe5528b8a19f28405960a2372fee145a71528cb (patch)
tree85c675be7ceae6424ef96db7acb3114651ad3fbd
parent24858af589132ca063a99980defeb00c3437475c (diff)
Bump README.mdv0.2.24
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7395f93..54f0b98 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,9 @@ Changes
**0.3.0**
* TODO
+* All get/set functions are exposed as overloaded templates [get|put]_value(..), so is to_hex_string(..).
+* All byte-order conversion and get/set functions are of 'constexpr' now.
+* Add constexpr 'enum class endian', 'pointer_cast()' and 'bit_cast()'.
* Offering JaulibSetup.cmake for parent projects for aligned setup.
* Java: Working JNI-Lib bootstraping w/ fat-jar. Passing all unit tests.
* Java: Generating jar and source-zip packages (normal + fat); Enable full junit testing.