From 77591fa90058c49cf7c719d43bbcf28216872e9a Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Fri, 17 Feb 2012 10:05:26 +0000 Subject: [PATCH] Added a changelog. --- CHANGELOG.md | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..62723666 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 9c14099d..b48cb014 100644 --- a/README.md +++ b/README.md @@ -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