From 7d3abdb9c7b969b8cf00a4cbf7dcf1d03825f067 Mon Sep 17 00:00:00 2001 From: Stephen Puiszis Date: Sat, 26 Nov 2016 18:57:25 -0600 Subject: [PATCH] Update migration file for renamed image classes (#21215) --- docs/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index 4d90acf6eb..3c00c8290b 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -72,6 +72,8 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Images - Renamed `.img-responsive` to `.img-fluid`. +- Renamed `.img-rounded` to `.rounded` +- Renamed `.img-circle` to `.rounded-circle` ### Tables