summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-09-21 21:16:00 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-09-21 21:16:00 +0200
commitd9aea78124604316fd2c6749f15f9bc98c6b5cf0 (patch)
tree358ca85ffd27fe0fabb4879779b37faa75c96b3b /NEWS
parent960f48920ea86d9dab2c84344992c19b55895f20 (diff)
downloadsigc++-d9aea78124604316fd2c6749f15f9bc98c6b5cf0.tar.gz
2.6.02.6.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a44c0d..9847cff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.6.0 (stable):
+
+* C++11: deduce_result_type: Simplify with C++11 variadic template.
+ (Murray Cumming, Marcin Kolny) Bug #753612
+* Fix the build with MSVC.
+ (Chun-wei Fan) Bug #754082
+* Update the website.
+ (Kjell Ahlstedt)
+
+
2.5.4 (unstable):
* slot_base::operator=(const &): Copy the blocked too,