From aeedc3dd381cc4e6239eaec0aea8e0911418e93f Mon Sep 17 00:00:00 2001 From: Wenchao Ding Date: Thu, 19 Mar 2015 17:32:05 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6292e44..aafecdc 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,11 @@ ios 7.0 ## Version notes +### Version 0.5.1 +* Fix issue for different timeZone #14 +* Fix date-calculation problem while changing `firstWeekday` +* Fix problem about setting `flow` in `viewDidLoad` #15 + ### Version 0.5 * Make `currentMonth` writable. `FSCalendar` will show `currentMonth` after it is set. * Add `firstWeekday` property. If you want the first day of week to be Monday, just set this property to `2`, just like `NSCalendar`.