aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-09-16 06:40:41 +0200
committerSven Gothel <[email protected]>2022-09-16 06:40:41 +0200
commit755103931b79587c3d3dfd64363e8f9a6920045a (patch)
tree4c40a6e301663e752ea192609fa14918be967af6
parente7c130eef8064564468bd5cf1c3f061f61c24853 (diff)
Bump Changes.md
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d2bb464..7849abc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,13 @@
* First stable release (TODO)
+**0.16.0**
+* `jau::FunctionDef<>` -> `jau::function<R(A...)>`
+ - from `FunctionDef<R, A1, A2>` -> `function<R(A1, A2)>`
+ - support for void return type
+ - header file renamed `function_def.hpp` -> `functional.hpp`
+ - C++ naming scheme
+
**0.15.0**
* Add `jau::codec::base` and `org.jau.util.BaseCodec` for variable integer base coding and fixed binary base 64 coding.
* Complete full `jau::fs::mount()` and `umount()`: