Updated changelog to reflect that client no longer requires BaseUrl and Manager arguments

This commit is contained in:
mbg 2016-03-30 22:51:08 +01:00
parent a9200cd050
commit 6fd1e21580

View file

@ -1,3 +1,6 @@
* `client` no longer takes `BaseUrl` and `Manager` arguments. Instead, each function returned by `client` requires these two arguments.
0.5
----