File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ Features:
3131- Support for Python 3 (3.4 and later). See doc/upgrading.txt for
3232 details of what is required to move an existing tracker from Python
3333 2 to Python 3 (Joseph Myers, Christof Meerwald)
34+ - Merge the Google Summer of Code Project of 2015, the implementation of
35+ a REST-API for Roundup. This was implemented by Chau Nguyen under the
36+ supervision of Ezio Melotti. Some additions were made, most notably we
37+ never destroy an object in the database but retire them with the
38+ DELETE method. We also don't allow to DELETE a whole class. Python3
39+ support was also fixed and we have cherry-picked two patches from the
40+ bugs.python.org branch in the files affected by the REST-API changes.
3441
3542Fixed:
3643
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ John Mitchell,
204204Ramiro Morales,
205205Toni Mueller,
206206Joseph Myers,
207+ Chau Nguyen,
207208Stefan Niederhauser,
208209Truls E. Næss,
209210Bryce L Nordgren,
You can’t perform that action at this time.
0 commit comments