From 66e6b2f2d3fdc52b046ed5ee61f54fd725f80a72 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 1 Feb 2023 19:36:22 +0530 Subject: [PATCH] Strip extra newlines in History document [ci skip] --- History.markdown | 4 +--- docs/_docs/history.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/History.markdown b/History.markdown index e3c9b6a7..2c596ca0 100644 --- a/History.markdown +++ b/History.markdown @@ -41,9 +41,7 @@ ### Bug Fixes * 3.9.x: Support i18n 1.x (#9269) - * Backport #8880 for v3.9.x: Support both tzinfo v1 and v2 along with - - non-half hour offsets (#9280) + * Backport #8880 for v3.9.x: Support both tzinfo v1 and v2 along with non-half hour offsets (#9280) ### Development Fixes diff --git a/docs/_docs/history.md b/docs/_docs/history.md index 09119ef1..4b0d5f92 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -11,8 +11,7 @@ note: This file is autogenerated. Edit /History.markdown instead. {: #bug-fixes-v3-9-3} - 3.9.x: Support i18n 1.x ([#9269]({{ site.repository }}/issues/9269)) -- Backport [#8880]({{ site.repository }}/issues/8880) for v3.9.x: Support both tzinfo v1 and v2 along with - non-half hour offsets ([#9280]({{ site.repository }}/issues/9280)) +- Backport [#8880]({{ site.repository }}/issues/8880) for v3.9.x: Support both tzinfo v1 and v2 along with non-half hour offsets ([#9280]({{ site.repository }}/issues/9280)) ### Development Fixes {: #development-fixes-v3-9-3}