From b2b4ee2008421a8e64cbfa8d7c365c5ac21244fc Mon Sep 17 00:00:00 2001
From: Mark Otto <markd.otto@gmail.com>
Date: Tue, 22 Aug 2017 10:52:11 -0700
Subject: [PATCH] responsive table break

---
 docs/4.0/migration.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index b243f7925b..c9b0f5b8f8 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -12,6 +12,7 @@ While in beta, we aim to have no breaking changes. However, things don't always
 - Removed `$badge-color` variable and its usage on `.badge`. We use a color contrast function to pick a `color` based on the `background-color`, so the variable is unnecessary.
 - Renamed `grayscale()` function to `gray()` to avoid breaking conflict with the CSS native `grayscale` filter.
 - Renamed `.table-inverse`, `.thead-inverse`, and `.thead-default` to `.*-dark` and `.*-light`, matching our color schemes used elsewhere.
+- Responsive tables now generate classes for each grid breakpoint. This breaks from Beta 1 in that the `.table-responsive` you've been using is more like `.table-responsive-md`. You may now use `.table-responsive` or `.table-responsive-{sm,md,lg,xl}` as needed.
 
 
 ## Summary
-- 
GitLab