Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Changelog for 1.1.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Arko and Terence Lee committed Jan 21, 2011
1 parent 8161a70 commit a924ea3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
## 1.1.pre (January 21, 2010)

Features:

- Add bundle clean. Removes unused gems from --path directory
- Initial Gemcutter Endpoint API work, BAI Fetching source index
- Added bundle install --standalone
- Ignore Gemfile.lock when buliding new gems
- Make it possible to override a .gemspec dependency's source in the
Gemfile

Removed:

- Removed bundle lock
- Removed bundle install <path>
- Removed bundle install --production
- Removed bundle install --disable-shared-gems

## 1.0.9 (January 19, 2010)

Bugfixes:

- Fix a bug where Bundler.require could remove gems from the load
path. In Rails apps with a default application.rb, this removed
all gems in groups other than :default and Rails.env.
all gems in groups other than :default and Rails.env

## 1.0.8 (January 18, 2010)

Expand Down

1 comment on commit a924ea3

@blambeau
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the date should be 2011 instead of 2010, isn't ??

Please sign in to comment.