Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2013-04-26 22:13:21 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-04-26 22:13:21 +0400
commitad54b0c09929718b9181dde2b1bc6887afe49d05 (patch)
tree8d106e862f05e0366191d29f2e58c5e299473971 /CHANGELOG.md
parentab370a34408ad8a8b1328a827b71806030932b2e (diff)
Add !default to some font variables missing it.
Fixes #333
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80bdce7b..00828da2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 2.3.1.1
+
+* Fix some font variables not having `!default` - *Thomas McDonald*
+
## 2.3.0.0
* [#290] Update to Bootstrap 2.3.0 - *Tristan Harward*
* Fix `rake:debug` with new file locations - *Thomas McDonald*