From 4d2c26bf90887ce8f661c2e2c46692a5f92af69b Mon Sep 17 00:00:00 2001 From: t1m0n Date: Tue, 26 Jan 2016 10:25:41 +0300 Subject: [PATCH] fixed readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f5c9e3..c3b3094 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,11 @@ $('.my-datepicker').datepicker([options]) ### v1.2.1 * tests added -* fixed if '0' is passed to 'firstDay' -* fixed 'showOtherYears' option -* fixed 'onSelect' event, when 'range' is true -* fixed case when 'range' and 'multipleDates' both set to true +* added Chinese language (thanks to [think2011](https://github.com/think2011)) +* fixed if '0' is passed to `firstDay` +* fixed `showOtherYears` option +* fixed `onSelect` event, when `range` is true +* fixed case when `range` and `multipleDates` both set to true ### v1.2.0 * add `range` feature