summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-10-05 04:29:01 +0200
committerSven Gothel <[email protected]>2021-10-05 04:29:01 +0200
commit04af8674886c2bee92966563c48386c1cd8ce195 (patch)
tree0ae011d569086e8e495ccaa5041f018eff2bff83 /README.md
parentbcfb674a09e7c325bf76bc6cd06d57fa8ff2a5ba (diff)
README bump v0.4.9v0.4.9
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5a7679..a771ff4 100644
--- a/README.md
+++ b/README.md
@@ -122,8 +122,11 @@ Changes
* First stable release (TODO)
-**0.4.8**
+**0.4.9**
+* EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java)
+* Octets: Enhance API doc
+* Octets/ringbuffer: Use std method names for sizes
* Octets: Expose endian awareness, pass either endian::little or endian::big at ctor
* darray: Support immutable type, i.e. 'const Type'