diff --git a/CHANGELOG.md b/CHANGELOG.md index 234a820849..f5494fc200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ ## 4.0.5 +### Bug fixes +- Replace `autocapitalize=off` with `autocapitalize=none` (#4994) + ### Translations - Czech: Add missing commas and periods (#5052) - Spanish: Update the 'errorLoading' message (#5032) - Fix typo in Romanian (#5005) +- Improve French translation (#4988) +- Add Pashto translation (`ps`) (#4960) - Add translations for lower and upper Sorbian (`dsb` and `hsb`) (#4949) - Updates to Slovak (#4915) - Fixed Norwegian `inputTooShort` message (#4896) - Add Bosnian translation (`bs`) (#4504) -- Improve French translation (#4988) ## 4.0.4 - Fix issue with entire form losing focus when tabbing away from a Select2 control (#4419) diff --git a/src/js/select2/dropdown/search.js b/src/js/select2/dropdown/search.js index 3376c39c97..434fdede97 100644 --- a/src/js/select2/dropdown/search.js +++ b/src/js/select2/dropdown/search.js @@ -10,7 +10,7 @@ define([ var $search = $( '' + '' + '' ); diff --git a/src/js/select2/selection/search.js b/src/js/select2/selection/search.js index b488509084..35df5aa375 100644 --- a/src/js/select2/selection/search.js +++ b/src/js/select2/selection/search.js @@ -11,7 +11,7 @@ define([ var $search = $( '' );