Re: [Cython] Cython 0.23 beta 2 released

2015-08-06 Thread Robert Bradshaw
On Wed, Aug 5, 2015 at 10:25 AM, Jeroen Demeyer wrote: > As I already mentioned, I still think that the changelog should mention > something about the changes to "enum". There were 2 threads on the mailing > list about problems due to this change (code which abused enum no longer > compiled), so i

Re: [Cython] Cython 0.23 beta 2 released

2015-08-05 Thread Jeroen Demeyer
As I already mentioned, I still think that the changelog should mention something about the changes to "enum". There were 2 threads on the mailing list about problems due to this change (code which abused enum no longer compiled), so it would be nice to say something about this. Jeroen. __