We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d848f4 commit f52fc37Copy full SHA for f52fc37
RELEASENOTES.md
@@ -3,6 +3,13 @@ Release Notes
3
4
These are the release notes for [mediawiki-api](http://addwiki.readthedocs.io/projects/mediawiki-api/).
5
6
+## Version 0.7.2 (20th November 2017)
7
+
8
+* New parent class for all API service classes,
9
+ with protected access on `Service::$api` to make it easier to subclass any services.
10
+* File uploading improved, with the option of [chunked uploading](https://www.mediawiki.org/wiki/API:Upload#Chunked_uploading).
11
+* Various fixes and improvements to the testing set-up and coding standards.
12
13
## Version 0.7.1 (8th March 2017)
14
15
* Fixed dependancy on addwiki/mediawiki-datamodel
0 commit comments