diff options
author | Sven Gothel <[email protected]> | 2022-09-17 16:51:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-09-17 16:51:26 +0200 |
commit | 9ca7083e79fa5898e71ffd5893663e094fd13ec9 (patch) | |
tree | 3513b2721479adb185db13b006ebb81d04d7863e | |
parent | a1f1f2d8167ccb6d3b89a8da7279e1e8a2dcc479 (diff) |
Bump CHANGES.mdv0.16.1
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ * First stable release (TODO) +**0.16.1** +* `jau::function<R(A...)>` + - add fast path `target_t::delegate_t` invocation + - add function ctor for all type, incl. non-capturing lambda assignment + - add performance tests + **0.16.0** * `jau::FunctionDef<>` -> `jau::function<R(A...)>` - from `FunctionDef<R, A1, A2>` -> `function<R(A1, A2)>` |