From b6abac3e1ee91b115bfa39cff8af6d0ff6c251cb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:30:50 -0800 Subject: [PATCH] Document changes to nested tables in the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 5b4c3e3fe4..48ab9776fc 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -61,3 +61,4 @@ The following deprecated Less/SCSS variables have been removed in v4.0.0: * `@grid-float-breakpoint` ## Additional notes +- Removed support for styled nested tables (for now)