add a changelog

This commit is contained in:
risk danger olson 2013-05-08 08:13:28 -06:00
parent baac8f0aab
commit c26a060acd
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# Faraday Changelog
## v0.9.0.pre
* Add HTTPClient adapter (@hakanensari)
* Improve Retry handler (@mislav)
* Remove autoloading by default (@technoweenie)
* Improve internal docs (@technoweenie, @mislav)
* Respect user/password in http proxy string (@mislav)
* Adapter options are structs. Reinforces consistent options across adapters
(@technoweenie)

View File

@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'multipart-post', '~> 1.1'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.files = %w(.document CONTRIBUTING.md Gemfile LICENSE.md README.md Rakefile)
spec.files = %w(.document CHANGELOG.md CONTRIBUTING.md Gemfile LICENSE.md README.md Rakefile)
spec.files << "#{lib}.gemspec"
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("test/**/*.rb")