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:
authorGleb Mazovetskiy <glebm@google.com>2015-02-13 01:34:49 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-02-13 01:34:49 +0300
commit1d355261013ad2537790af4b09a96fddbfca8545 (patch)
tree49ee2edeca12116beffb28d26dc7dd8513a83875 /README.md
parenta9f5a22675c179b4f5be8412c675094b02b7ecfa (diff)
Readme: versions #848
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95233279..27c6353c 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,19 @@ $navbar-default-color: $light-orange;
## Version
-`bootstrap-sass` version reflects the upstream version, with an additional number for Sass-specific changes.
+Bootstrap for Sass version may differ from the upstream version in the last number, known as
+[MINOR](http://semver.org/spec/v2.0.0.html). The minor version may be ahead of the corresponding upstream minor.
+This happens when we need to release Sass-specific changes.
+
+Before v3.3.2, Bootstrap for Sass version used to reflect the upstream version, with an additional number for
+Sass-specific changes. This was changed due to Bower and npm compatibility issues.
+
+The upstream versions vs the Bootstrap for Sass versions are:
+
+| Upstream | Sass |
+|---------:|--------:|
+| 3.3.2 | 3.3.3 |
+| <= 3.3.1 | 3.3.1.x |
Always refer to [CHANGELOG.md](/CHANGELOG.md) when upgrading.