Skip to content

Commit a911acd

Browse files
committed
Add changelog, acknowledgements
1 parent 75bde45 commit a911acd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3542
Fixed:
3643

doc/acknowledgements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ John Mitchell,
204204
Ramiro Morales,
205205
Toni Mueller,
206206
Joseph Myers,
207+
Chau Nguyen,
207208
Stefan Niederhauser,
208209
Truls E. Næss,
209210
Bryce L Nordgren,

0 commit comments

Comments
 (0)