From 9bdf3999a2ac29577d69b22fd7af89ae4d1e887d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 19 Jun 2014 00:57:50 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9deaed3be..d326ac2f8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +**MayhemYDG** +- More API changes: + - `ThreadUpdate`: + - `thread` field replaced with `threadID` containing `fullID` of thread (e.g. `"g.39894014"`) + - `newPosts` field changed from list of `Post` objects to list of post `fullID`s. + - `deletedPosts` and `deletedFiles` removed + - `QRPostSuccessful`: + - `board` field replaced with `boardID` containing name of board (e.g. `"g"`) + - `QRPostSuccessful_`: + - `boardID` added; is now identical to `QRPostSuccessful` + ## v1.8.0 *2014-06-18*