diff options
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2021-02-04 15:07:36 +0100 |
---|---|---|
committer | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2021-02-04 15:07:36 +0100 |
commit | a94f79ee170b03d6ff62f899d5c2f5e734ecf76d (patch) | |
tree | 6b498c4df8aa3a0aa4b3905ede4444f37b5a9c72 | |
parent | kill unnecessary imports (diff) | |
download | pypy-a94f79ee170b03d6ff62f899d5c2f5e734ecf76d.tar.gz pypy-a94f79ee170b03d6ff62f899d5c2f5e734ecf76d.tar.bz2 pypy-a94f79ee170b03d6ff62f899d5c2f5e734ecf76d.zip |
document branch
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 9f9598c2ff..e8f20436b7 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -70,3 +70,8 @@ fields. .. branch: win-tcl8.6 Update the version of Tk/Tcl on windows to 8.6 + + +.. branch: intbound-improvements-3 + +Refactor the intbound analysis in the JIT |