From 394a47b83aefa41f46983db40e992f3d5c7dd54f Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Fri, 1 May 2020 13:03:59 -0400 Subject: [PATCH] Fix YAML error --- .../4_3_0/1499-dont-touch-timezones-on-date-search.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1499-dont-touch-timezones-on-date-search.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1499-dont-touch-timezones-on-date-search.yaml index c8619a3a602..890f0a947da 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1499-dont-touch-timezones-on-date-search.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1499-dont-touch-timezones-on-date-search.yaml @@ -1,5 +1,5 @@ --- type: fix issue: 1499 -title: When performing a search with a DateParam that has DAY precision, rely on new ordinal date field for comparison -instead of attempting to find oldest and newest instant that could be valid. +title: "When performing a search with a DateParam that has DAY precision, rely on new ordinal date field for comparison + instead of attempting to find oldest and newest instant that could be valid."