diff --git a/CHANGELOG b/CHANGELOG index 0c2b8237..3b06b534 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +v1.2 +New methods: +-- +Updated methods: +-- put_picture now accepts URLs to images (thanks, marcgg!) +Internal improvements: +-- Koala now uses Faraday to make requests, replacing the HTTPServices (see wiki) +Testing improvements: +-- Live test suites now run against test users by default + -- Test suite can be repeatedly run live without having to update facebook_data.yml + -- OAuth code and session key tests cannot be run against test users + + v1.1 New methods: -- Added Batch API support (thanks, seejohnrun and spiegela!) diff --git a/spec/cases/http_service_spec.rb b/spec/cases/http_service_spec.rb new file mode 100644 index 00000000..054d4861 --- /dev/null +++ b/spec/cases/http_service_spec.rb @@ -0,0 +1,6 @@ +require 'spec_helper' + + +describe "Koala::HTTPService" do + it "needs new tests for Faraday" +end