From 4fa8b0648605ce7503315004849ac1b5fe7fc02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kosmaty?= Date: Mon, 30 Mar 2020 12:14:16 +0200 Subject: [PATCH] [expo-calendar] Add changelog --- packages/expo-calendar/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/expo-calendar/CHANGELOG.md b/packages/expo-calendar/CHANGELOG.md index a784c8ade6d68..9e297b41b240a 100644 --- a/packages/expo-calendar/CHANGELOG.md +++ b/packages/expo-calendar/CHANGELOG.md @@ -9,3 +9,4 @@ ### 🐛 Bug fixes - Fixed `Calendar.getCalendarsAsync` requiring not needed permissions on iOS. ([#7928](https://github.com/expo/expo/pull/7928) by [@lukmccall](https://github.com/lukmccall)) +- Fix `recurrence rule` and `event` parsing. ([#7527](https://github.com/expo/expo/pull/7527) by [@lukmccall](https://github.com/lukmccall))