From b60975c25530073fda7c985e28891cc8f673e4a2 Mon Sep 17 00:00:00 2001 From: Alexey Belkevich Date: Thu, 25 Dec 2014 14:37:22 +0200 Subject: [PATCH] Updated readme to version 0.0.6 --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5dd4fbb..e7bbd15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -NSDate+Calendar +NSDate+Calendar 0.0.6 === This is the set of categories on [NSDate](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSDate_Class/Reference/Reference.html) that allow access to date components such as *year, month, week of year, week of month, weekday, day, hour, minute, second* in local time zone and many more. @@ -168,20 +168,7 @@ BOOL isGreaterOrEqual = [date1 isGreaterOrEqualToDate:date2]; // NO #### History -**Version 0.0.5** -* Added 'days in month' property - -**Version 0.0.4** -* Fixed potential bug in `dateWeekStart` and `dateWeekEnd` if local calendar's first weekday isn't sunday. Thanks to [artembartle](https://github.com/artembartle). - -**Version 0.0.3** -* Fixed time changing removes 'date' component. Thanks to [John Hobbs](https://github.com/jmhobbs). - -**Version 0.0.2** -* Fixed set weekday bug on calendar with 'monday' as first weekday. - -**Version 0.0.1** -* First release. +[Releases](https://github.com/belkevich/nsdate-calendar/releases) #### Updates