diff --git a/doc/lambda2/changelog.adoc b/doc/lambda2/changelog.adoc index 6c23295..06e1f1d 100644 --- a/doc/lambda2/changelog.adoc +++ b/doc/lambda2/changelog.adoc @@ -12,3 +12,4 @@ https://www.boost.org/LICENSE_1_0.txt * Added special cases in `operator<<` and `operator>>` when the first argument is a stream, to allow `std::cout << _1`. +* Added `operator\->*`.