Browse Source

update changelog

Robin Herbots 10 years ago
parent
commit
d836dd2c4e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file.
 - better determine the last required position with multiple masks
 - better determine the last required position with multiple masks
 
 
 ### Fixed
 ### Fixed
+- Browser hangs after trying to type some additional digits at the start of a date field #876
+- inputmask decimal with integerDigits or digits with maxlength can cause Browser freezed #889
 - masking a password field #821 (reenable type=password)
 - masking a password field #821 (reenable type=password)
 - email inputmask "isComplete" always returns true #855
 - email inputmask "isComplete" always returns true #855
 - When two masks specified backspace clears the whole input instead of last char #780
 - When two masks specified backspace clears the whole input instead of last char #780