mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Added a changelog.
This commit is contained in:
parent
b50df683c7
commit
77591fa900
2 changed files with 11 additions and 0 deletions
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.1
|
||||
* Updated to Bootstrap 2.0.1
|
||||
* Modified `@mixin opacity()` to take an argument `0...1` rather than `0...100` to be consistent with Compass.
|
||||
|
||||
## 2.0.0
|
||||
* Updated to Bootstrap 2.0.0
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
Enjoy.
|
||||
|
||||
## Updating
|
||||
Updating your application to a new version of `bootstrap-sass`? See [our changelog](https://github.com/thomas-mcdonald/bootstrap-sass/blob/master/CHANGELOG.md), [Bootstrap's changelog](https://github.com/twitter/bootstrap/wiki/Changelog), and this [guide to updating to Bootstrap 2.0](http://twitter.github.com/bootstrap/upgrading.html)
|
||||
|
||||
## Usage
|
||||
|
||||
### Rails
|
||||
|
|
Loading…
Add table
Reference in a new issue