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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2018-11-26 16:28:33 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-26 23:46:09 +0300
commitfcfa436a3133de05e45ebbcad6afb098ac383393 (patch)
treeb99aa9b9e52b91ddb293b9594f000d6f30239082
parent7b274d358b20c6c60b6c0f7e87c5931f313bcf7c (diff)
Update migration page to indicate the info can be used for 4.1.x as well as 4.0.x
-rw-r--r--site/docs/4.1/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/migration.md b/site/docs/4.1/migration.md
index 5ca205e94e..16c1362a05 100644
--- a/site/docs/4.1/migration.md
+++ b/site/docs/4.1/migration.md
@@ -8,7 +8,7 @@ toc: true
## Stable changes
-Moving from Beta 3 to our stable v4.0 release, there are no breaking changes, but there are some notable changes.
+Moving from Beta 3 to our stable v4.x release, there are no breaking changes, but there are some notable changes.
### Printing
- Fixed broken print utilities. Previously, using a `.d-print-*` class would unexpectedly overrule any other `.d-*` class. Now, they match our other display utilities and only apply to that media (`@media print`).