diff options
author | Andre Arko <andre@arko.net> | 2014-02-06 16:06:24 +0200 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-02-06 16:06:24 +0200 |
commit | e622ca4bc627942ed2016a1ec63c079112fa1728 (patch) | |
tree | 4aa37aadec68384c9b9af70ca15bd1e23a2e26e5 /CHANGELOG.md | |
parent | 51d39d51a88bd128233f80e713e1abd39c170c5b (diff) | |
download | bundler-e622ca4bc627942ed2016a1ec63c079112fa1728.tar.gz |
clean up git_source code
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 501c108ab7..048de64d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,12 @@ -## Unreleased - -Features: - - - add ability to define custom git source to use as an option like :github, :gist by using `git_source` (@strzalek) - ## 1.6.0 Bugfixes: - - many Gemfiles that had incorrect errors now resolve correctly (@Who828) + - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) Features: + - add `git_source` for custom options like :github and :gist (@strzalek) - resolver rewritten to avoid recursion (@Who828) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) |