summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-16 20:52:49 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-16 20:52:49 +0100
commitbae6796769225d2295d480bb38e7114c31f18287 (patch)
treefe7a75ee8ffb096eed0b37468161c42f6c1746ea /NEWS
parent878d72335bdd9491334660075697f362a2049dd6 (diff)
downloadsigc++-bae6796769225d2295d480bb38e7114c31f18287.tar.gz
2.99.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ed8146..9ec1591 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.99.2 (unstable):
+
+* slots and signal: These should now be declared with the
+ sigc::slot<R(Args...)>
+ and
+ sigc::signal<R(Args...)>
+ syntax, like std::function<>.
+ Version 2.9/2.10 of libsigc++-2.0 supports both the old and new syntax.
+ (Murray Cumming)
+* sigc::men_fun(): Take the instance by reference only.
+
2.99.1 (unstable):
This is the first release of the libsigc++-3.0 API, which installs in parallel