Release 0.11.5 0.11.5
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 29 Jul 2013 23:06:29 +0000 (01:06 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 29 Jul 2013 23:06:29 +0000 (01:06 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 03271c9..8bc4e90 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libgee 0.11.5
+=============
+ * Add Traversable.tee
+ * Add exception handling to Future
+ * Add ability of getting Future from Lazy
+ * Make Traversable.flat_map a virtual function
+ * Add more specializations to .foreach
+ * Improve the test
+ * Various bugfixes
+
 libgee 0.11.4
 =============
  * Add flat_map method to Traversable
index 12249ee..6145ad4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.11.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])