From 0cc29b6bbc483b669ec40e8b3f3ecde6c61fc4fe Mon Sep 17 00:00:00 2001 From: Sergey Pimenov Date: Mon, 17 Jun 2019 17:46:19 +0300 Subject: [PATCH] upd 4.2.45 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bf28d65..c29144a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ + [x] Calendar: fix methods `setMaxDate`, `setMinDate`, issue #1374 + [x] Datepicker: fix offset for timezones, issue #1372 + [x] Datepicker: fix `val()` method ++ [x] Notify system: fix minor bug for creating notify after setup ### 4.2.43 + [x] Inputs: add class `.input-small` for using with `input`, `select`, `spinner`, `tag-input`, `keypad`, `file` , issue #1245