From 67d958efdd0bdecd980a5081ac75c13336a6bf64 Mon Sep 17 00:00:00 2001 From: Spike Brehm Date: Fri, 6 Jan 2017 17:48:30 -0800 Subject: [PATCH] Update CHANGELOG for 0.13.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9454e2c6d..a4c8766a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.13.0 (January 6, 2017) + +### Breaking Changes + +* Update iOS header imports and JS SyntheticEvent import for RN 0.40 + [#923](https://github.com/airbnb/react-native-maps/pull/923) + (@ide) + +### Patches + +* Fix issue where callouts sometimes overlap or don't appear + [#936](https://github.com/airbnb/react-native-maps/pull/936) + (@RajkumarPunchh) + ## 0.12.3 (January 6, 2017) ### Patches