|
@@ -23,6 +23,7 @@ Here are other changes related to the redesign:
|
|
|
* Add black configuration and reformat code using it (Dan Braghis)
|
|
|
* Remove UI code for legacy browser support: polyfills, IE11 workarounds, Modernizr (Thibaud Colas)
|
|
|
* Remove redirect auto-creation recipe from documentation as this feature is now supported in Wagtail core (Andy Babic)
|
|
|
+ * Remove IE11 warnings (Gianluca De Cola)
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
@@ -34,3 +35,7 @@ Here are other changes related to the redesign:
|
|
|
|
|
|
## Upgrade considerations
|
|
|
|
|
|
+## Removed warning in Internet Explorer (IE11)
|
|
|
+
|
|
|
+* IE11 support was officially dropped in Wagtail 2.15, as of this release there will no longer be a warning shown to users of this browser.
|
|
|
+* Wagtail is fully compatible with Microsoft Edge, Microsoft’s replacement for Internet Explorer. You may consider using its `IE mode <https://docs.microsoft.com/en-us/deployedge/edge-ie-mode>`_ to keep access to IE11-only sites, while other sites and apps like Wagtail can leverage modern browser capabilities.
|