diff options
author | Sven Gothel <[email protected]> | 2021-02-10 14:11:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-10 14:11:57 +0100 |
commit | 1f1625d72ea2ffa9baf62c508fea88f4688dc39d (patch) | |
tree | 51251c7e89a90ba6b28bb316ed437fea94c80ca8 | |
parent | ebdd8181e364d2ad890bf23d990f11c98efc5a8c (diff) |
Bump README.mdv0.3.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ Changes **0.3.0** -* TODO +* Consolidate conversion to hex and decimal string: `to_hexstring(Type)` and `to_decstring(Type)`, dropped `<type>[Hex|Dec]String(..)` * 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()'. |