summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-10-03 23:21:22 +0200
committerSven Gothel <[email protected]>2021-10-03 23:21:22 +0200
commit407f66a41aed0bd3c8aff9dd3e606ee1a3c5cca6 (patch)
tree1649d5072b65b03947509394754a1282bf0ddfea /README.md
parent036d1943276395d823d7864c739138379ea51142 (diff)
Bump README.mdv0.4.8
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e0571f3..a5a7679 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,11 @@ Changes
* First stable release (TODO)
+**0.4.8**
+
+* Octets: Expose endian awareness, pass either endian::little or endian::big at ctor
+* darray: Support immutable type, i.e. 'const Type'
+
**0.4.7**
* Add uuid_t::equivalent(..) method fo relaxed comparison on different uuid_t types