aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-10-10 06:49:57 +0200
committerSven Gothel <[email protected]>2022-10-10 06:49:57 +0200
commitd99a44121d58c3aa14a5539d6a7e4af1923b985c (patch)
treed5c94ec760d2e95212c233dc1030bb7269a415d0 /CHANGES.md
parent6af4f355682ef65bb6c2dcb3ed911ae943f522af (diff)
functional: Misc refinements: Data hiding, clear names, ...v0.17.1
- Hide `delegate_t` union details using a non-anonymous type. - Rename `function<R(A...)>::delegate_t_` to `function<R(A...)>::delegate_type` - Add ylambda example using `function<R(A...)>::delegate_type` instead of `auto` - Fix link to example
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f605e2a..099f8f5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,13 @@
* First stable release (TODO)
+**0.17.1**
+* functional: Refinements ..
+ - Hide `delegate_t` union details using a non-anonymous type.
+ - Rename `function<R(A...)>::delegate_t_` to `function<R(A...)>::delegate_type`
+ - Add ylambda example using `function<R(A...)>::delegate_type` instead of `auto`
+ - Fix link to example
+
**0.17.0**
* functional: Added [ylambda_target_t](https://jausoft.com/projects/jaulib/build/documentation/cpp/html/classjau_1_1func_1_1ylambda__target__t.html#ylambda_target),
a [Y combinator](https://en.wikipedia.org/wiki/Fixed-point_combinator#Strict_functional_implementation)