summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2013-08-19 16:59:53 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2013-08-19 16:59:53 +0200
commite43994b5c91a4615c3b3ad09ce1e17bdf834dd8a (patch)
tree4dc2a603c7110879789aba8fd6e2d62e99c8e97e /NEWS
parent35b446bc4cc547c91d8ac1e66ff5fa0d3286c4aa (diff)
downloadlibgee-e43994b5c91a4615c3b3ad09ce1e17bdf834dd8a.tar.gz
Release 0.11.900.11.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bc4e90..76372df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libgee 0.11.90
+==============
+ * Add adding to collection based on iterators
+ * Make Collection.add_all_array, contains_all_array and remove_all_array virtual
+ * Avoid destroy coroutine creation in hazard pointer implementation
+ * Various bugfixes
+
libgee 0.11.5
=============
* Add Traversable.tee