mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
add a changelog
This commit is contained in:
parent
baac8f0aab
commit
c26a060acd
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal 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)
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user