1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Starting history for 1.1.1

This commit is contained in:
Julien Kirch 2009-12-29 20:37:25 +01:00
parent 6df3b5d7b9
commit dcbf06a422

View file

@ -1,3 +1,9 @@
# 1.1.1
- formatting changed from tabs to spaces
- logged requests now include generated headers
- accept and content-type headers can now be specified using extentions: RestClient.post "http://example.com/resource", { 'x' => 1 }.to_json, :content_type => :json, :accept => :json
# 1.1.0
- new maintainer: Archiloque, the working repo is now at http://github.com/archiloque/rest-client