From 75907f89fba85c1f9244646afef5936b5a526e61 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:08:43 -0800 Subject: [PATCH] clarify that .progress still exists --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index 11bc6f9e89..d32462177c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -36,7 +36,7 @@ We've added new components and changed some existing ones. Here are the new or u | --- | --- | | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | -| New progress bars | Replaces the old `.progress` with a real `` element. | +| New progress bars | Replaces the old `.progress` `
` with a real `` element. | ## What's removed The following components have been removed in v4.0.0.