Release 0.11.4 0.11.4
authorMaciej Piechotka <uzytkownik2@gmail.com>
Wed, 10 Jul 2013 06:53:53 +0000 (08:53 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Wed, 10 Jul 2013 06:53:53 +0000 (08:53 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index dc0dd99..03271c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libgee 0.11.4
+=============
+ * Add flat_map method to Traversable
+ * Add zip method to Future
+ * Specialize stream iterator (4-22% speed improvement in tests)
+ * Extend the Traversable.Stream with Stream.WAIT
+ * Fix lazy value usage in unfold
+
 libgee 0.11.0
 =============
  * Add futures and promises to libgee
index 55812c7..12249ee 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.11.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.4], [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])