aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7849abc..f35fb4e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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)>`