From ab06e2159952851c6a9458e9141a394abe21afd1 Mon Sep 17 00:00:00 2001 From: Brent Roose Date: Thu, 19 Nov 2020 06:26:05 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edbf09..d9ea2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `period` will be documented in this file +## 1.5.2 - 2020-11-19 + +- Keep timezone when boundaries are timezoned (#71) + ## 1.5.1 - 2020-10-21 - Support multiple precisions when checking touchesWith (#68)