[pypy-commit] pypy default: fix whatsnew

bdkearns noreply at buildbot.pypy.org
Thu Apr 24 23:43:11 CEST 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r70949:ba1169097696
Date: 2014-04-24 17:38 -0400
http://bitbucket.org/pypy/pypy/changeset/ba1169097696/

Log:	fix whatsnew

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -9,3 +9,6 @@
 Improve optimiziation of small allocation-heavy loops in the JIT
 
 .. branch: reflex-support
+
+.. branch: refactor-buffer-api
+Properly implement old/new buffer API for objects and start work on replacing bufferstr usage


More information about the pypy-commit mailing list