فهرست منبع

Add changelog for #11168

Relates to #2936
LB Johnston 11 ماه پیش
والد
کامیت
b8ce8f7739
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      CHANGELOG.txt
  2. 2 0
      docs/releases/6.1.md

+ 2 - 0
CHANGELOG.txt

@@ -84,6 +84,8 @@ Changelog
  * Maintenance: Replace ad-hoc JavaScript and vendor Mousetrap usage to a new Stimulus controller (`w-kbd`/`KeyboardController`) (Neeraj Yetheendran)
  * Maintenance: Update django-filter to 24.x (Sebastian Muthwill)
  * Maintenance: Remove jQuery usage in telepath widget classes (Matt Westcott)
+ * Maintenance: Remove `xregexp` (IE11 polyfill) along with `window.XRegExp` global util (LB (Ben) Johnston)
+ * Maintenance: Refactor the Django port of `urlify` to use TypeScript, officially deprecate `window.URLify` global util (LB (Ben) Johnston)
 
 
 6.0.2 (03.04.2024)

+ 2 - 0
docs/releases/6.1.md

@@ -107,6 +107,8 @@ depth: 1
  * Replace ad-hoc JavaScript and vendor Mousetrap usage to a new Stimulus controller (`w-kbd`/`KeyboardController`) (Neeraj Yetheendran)
  * Update django-filter to 24.x (Sebastian Muthwill)
  * Remove jQuery usage in telepath widget classes (Matt Westcott)
+ * Remove `xregexp` (IE11 polyfill) along with `window.XRegExp` global util (LB (Ben) Johnston)
+ * Refactor the Django port of `urlify` to use TypeScript, officially deprecate `window.URLify` global util (LB (Ben) Johnston)
 
 
 ## Upgrade considerations