merge 0.19.x branch into master
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Jul 2013 11:21:12 +0000 (13:21 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Jul 2013 11:21:12 +0000 (13:21 +0200)
1  2 
CHANGES.rst

diff --cc CHANGES.rst
@@@ -2,25 -2,24 +2,43 @@@
  Cython Changelog
  ================
  
 +0.20 (??)
 +===================
 +
 +Features added
 +--------------
 +
 +Bugs fixed
 +----------
 +
 +* The automatic C switch statement generation behaves more safely for
 +  heterogeneous value types (e.g. mixing enum and char), allowing for
 +  a slightly wider application and reducing corner cases.  It now always
 +  generates a 'default' clause to avoid C compiler warnings about
 +  unmatched enum values.
 +
 +Other changes
 +-------------
 +
 +
+ 0.19.2 (??)
+ ===================
+ Features added
+ --------------
+ Bugs fixed
+ ----------
+ * Calling the unbound method dict.keys/value/items() in dict subtypes could
+   call the bound object method instead of the unbound supertype method.
+ * "yield" wasn't supported in "return" value expressions
+ Other changes
+ -------------
  0.19.1 (2013-05-11)
  ===================