Skip to content

Commit 30e4345

Browse files
Update changelog with current 2.1.0.0 changes
1 parent fb14b57 commit 30e4345

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.0.0
4+
* Updated to Bootstrap 2.1
5+
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
6+
37
## 2.0.4.1
48
* Fix `.row-fluid > spanX` nesting
59
* Small Javascript fixes for those staying on the 2.0.4 release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Enjoy.
1313
In your Gemfile:
1414

1515
gem 'sass-rails', '~> 3.1'
16-
gem 'bootstrap-sass', '~> 2.0.4.1'
16+
gem 'bootstrap-sass', '~> 2.1.0.0'
1717

1818
#### CSS
1919

0 commit comments

Comments
 (0)