# HG changeset patch
# User Paul Ganssle <paul@ganssle.io>
# Date 1525868382 14400
#      Wed May 09 08:19:42 2018 -0400
# Node ID 9918b4c81a9233abe6c4fafaff98d4490623aaf3
# Parent  18926353396b9fa1c36786e675cbd34d14bc5b1e
Update documentation for 693 changelog entry

diff --git a/changelog.d/693.feature.rst b/changelog.d/693.feature.rst
--- a/changelog.d/693.feature.rst
+++ b/changelog.d/693.feature.rst
@@ -1,1 +1,1 @@
-Adds a feature when initializing an rrule with a specified UNTIL but without an explicitly specified DTSTART so that the generated DTSTART takes on the time zone of the UNTIL. Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
\ No newline at end of file
+Fixed a bug where automatically generated DTSTART was naive even if a specified UNTIL had a time zone. Automatically generated DTSTART will now take on the timezone of an UNTIL date, if provided. Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).