diff --git a/history.md b/history.md new file mode 100644 index 0000000..885ca29 --- /dev/null +++ b/history.md @@ -0,0 +1,12 @@ +# 1.1.0 + +- new maintainer: Archiloque, the working repo is now at http://github.com/archiloque/rest-client +- a mailing list has been created at rest.client@librelist.com and an freenode irc channel #rest-client +- François Beausoleil' multipart code from http://github.com/francois/rest-client has been merged +- ability to use hash in hash as payload +- the mime-type code now rely on the mime-types gem http://mime-types.rubyforge.org/ instead of an internal partial list +- 204 response returns a Response instead of nil (patch provided by Elliott Draper) + +All changes exept the last one should be fully compatible with the previous version. + +NOTE: due to a dependency problem and to the last change, heroku users should update their heroku gem to >= 1.5.3 to be able to use this version. \ No newline at end of file