aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-24 20:19:14 -0800
committerAndre Arko <andre@arko.net>2015-01-25 23:30:18 -0800
commit748d8ec27db1722e0880c9c4aed50c4bca78a77f (patch)
tree776323dd819667fe66b96cd6421480928521e62b /CHANGELOG.md
parent3f4a1ffd717dd62399cf9cd338856ee3aee4b754 (diff)
downloadbundler-748d8ec27db1722e0880c9c4aed50c4bca78a77f.tar.gz
Revert .consolerc (sorry, @andremediros :grimace:)
Rather than adding .consolerc and seeing the surface area of things that Bundler supports continue to grow endlessly, Bundler 2.0 will deprecate the `bundle console` command, and instead add a script to each generated gem that loads `bundler/setup` and then loads the gem. Anyone can then edit that file to run the REPL they want, load the fixtures they want, and everything else, without anything specific to Bundler at all.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03bacf2e..6f1a0b75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,6 @@ Features:
- add support for private S3 sources (@tryba)
- prevent whitespace in gem declarations with clear messaging (@benlakey)
- tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros)
- - generates a `.consolerc` file with new gems and tries to load it on `bundle console` (@andremedeiros)
- tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros)
- Change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh)