From 6cdfcdf6583297b4d9186f58e5f88512da2c1790 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 29 Jul 2019 12:17:42 +0300 Subject: [PATCH] Update migration.md --- site/content/docs/4.3/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 87b7fbb333..1cb256b0d9 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -41,6 +41,7 @@ Changes to our source Sass files and compiled CSS. Changes to our source and compiled JavaScript files. - Dropped jQuery dependency and rewrote plugins to be in regular JavaScript. +- Removed underscore from public static methods like `_getInstance()` → `getInstance()`. ## Grid and layout