diff options
| author | Christian Oliff <[email protected]> | 2018-11-26 22:28:33 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-26 22:46:09 +0200 |
| commit | fcfa436a3133de05e45ebbcad6afb098ac383393 (patch) | |
| tree | b99aa9b9e52b91ddb293b9594f000d6f30239082 | |
| parent | 7b274d358b20c6c60b6c0f7e87c5931f313bcf7c (diff) | |
| download | bootstrap-fcfa436a3133de05e45ebbcad6afb098ac383393.tar.xz bootstrap-fcfa436a3133de05e45ebbcad6afb098ac383393.zip | |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/migration.md b/site/docs/4.1/migration.md index 5ca205e94..16c1362a0 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`). |
