diff options
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c95048c..dcd7acf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -2,6 +2,16 @@ A note on versioning: This librarys major version will grow with the APIs | |||
2 | version number. Breaking changes will be indicated by a change in the minor | 2 | version number. Breaking changes will be indicated by a change in the minor |
3 | (or major) version number, and will generally be avoided. | 3 | (or major) version number, and will generally be avoided. |
4 | 4 | ||
5 | v1.7.4 | ||
6 | ------ | ||
7 | * Clean code up a bit (thanks eumiro) | ||
8 | * Fix some Pleroma related issues (thanks aveao, taraletti, adbenitez) | ||
9 | * Add post editing (`status_update`, `status_source`, `status_history`) | ||
10 | * Add missing streaming events | ||
11 | * Add missing parameters on directory endpoint (thanks heharkon) | ||
12 | * This isn't somehing I changed but thank you a / triggerofsol for answering Many questions I had about specifics of what the API does that are not documented | ||
13 | * TECHNICALLY BREAKING CHANGE, but I would be quite surprised if this actually breaks anyone: Date parsing will now, when the date string is empty, return Jan. 1st, 1970 instead. This is to work around what I assume is a bug in Pleroma. | ||
14 | |||
5 | v1.6.3 | 15 | v1.6.3 |
6 | ------ | 16 | ------ |
7 | * Add server rules API (`instance_rules`) | 17 | * Add server rules API (`instance_rules`) |