aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-16 20:30:20 -0800
committerMark Otto <[email protected]>2016-02-16 20:30:20 -0800
commit4d62aa41c7a1e4b9dc315bcc3c342cf299e0986d (patch)
tree0fead0a4c7840f1603152f3d1fa340c0f52511e1
parentdb9f0ce9fcf53094ff1980b270ca93d55cf5a752 (diff)
downloadbootstrap-4d62aa41c7a1e4b9dc315bcc3c342cf299e0986d.tar.xz
bootstrap-4d62aa41c7a1e4b9dc315bcc3c342cf299e0986d.zip
update migration docs
-rw-r--r--docs/migration.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index c11a871df..f4044a399 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -126,9 +126,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- An explicit class, `.breadcrumb-item`, is now required on the descendants of `.breadcrumb`s
-### Badges
+### Labels and badges
-- Dropped the badge component. Use the `.tag-pill` modifier together with the tag component instead.
+- Renamed `.label` to `.tag` to disambiguate from the `<label>` element.
+- Dropped the badge component. Use the `.tag-pill` modifier together with the label component instead.
### Panels, thumbnails, and wells