Skip to content

Commit

Permalink
Update changelog with current 2.1.0.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Sep 1, 2012
1 parent fb14b57 commit 30e4345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.0.0
* Updated to Bootstrap 2.1
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.

## 2.0.4.1
* Fix `.row-fluid > spanX` nesting
* Small Javascript fixes for those staying on the 2.0.4 release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enjoy.
In your Gemfile:

gem 'sass-rails', '~> 3.1'
gem 'bootstrap-sass', '~> 2.0.4.1'
gem 'bootstrap-sass', '~> 2.1.0.0'

#### CSS

Expand Down

0 comments on commit 30e4345

Please sign in to comment.