X-Git-Url: https://git.mdrn.pl/pylucene.git/blobdiff_plain/a2e61f0c04805cfcb8706176758d1283c7e3a55c..aaeed5504b982cf3545252ab528713250aa33eed:/jcc/CHANGES diff --git a/jcc/CHANGES b/jcc/CHANGES index 7f41cba..4445286 100644 --- a/jcc/CHANGES +++ b/jcc/CHANGES @@ -1,4 +1,10 @@ +Version 2.11 -> 2.12 +-------------------- + - fixed slice operation bug on JArray (int vs Py_ssize_t on 64-bit systems) + - fixed bug in argument parsing not detecting soon enough incorrect num args + - fixed bug in JArray(type) function decref'ing type_name too soon + Version 2.10 -> 2.11 -------------------- - improved recovery from toString() failure, displaying class name instead