From 0e61cf85a8eb2854f962d11ca0ed2a529d429634 Mon Sep 17 00:00:00 2001 From: JTAppleCalendar Date: Tue, 24 May 2016 06:20:40 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981959dc..4bbc2b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. `JTAppleCalendar` adheres to [Semantic Versioning](http://semver.org/). #### 3.x Releases -- `3.0.0` Releases - [3.0.0](#300) +- `3.0.0` Releases - [3.0.0](#300)|[3.0.1](#301) #### 2.x Releases - `2.1.0` Releases - [2.1.0](#210)|[2.1.1](#211)|[2.1.2](#212) @@ -14,6 +14,11 @@ All notable changes to this project will be documented in this file. - `1.0.x` Releases - [1.0.0](#100) --- +## [3.0.1](https://github.com/patchthecode/JTAppleCalendar/releases/tag/3.0.1) +- Fixed issue: Cell Inset was borken with 3.0.0 release +- Fixed issue: canSelectDate always returned true. + - Updated by [JayT](https://github.com/patchthecode). + ## [3.0.0](https://github.com/patchthecode/JTAppleCalendar/releases/tag/3.0.0) - Fixed: Issue [#20](https://github.com/patchthecode/JTAppleCalendar/issues/20). Layout should be set to needsUpdate when firstDayOfWeek changes - Update: Issue [#19](https://github.com/patchthecode/JTAppleCalendar/issues/19). DidScroll delegate will now only get called when user scolls. This makes clear system actions vs user actions.