]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
move changelog file 1680/head
authorjonathan vanasco <jonathan@2xlp.com>
Thu, 12 Jun 2025 20:15:33 +0000 (16:15 -0400)
committerjonathan vanasco <jonathan@2xlp.com>
Thu, 12 Jun 2025 20:15:33 +0000 (16:15 -0400)
docs/build/changelog.rst
docs/build/unreleased/1679.rst [new file with mode: 0644]

index 6d44fb5ca4cbc8c67a85a25c9ccd8a9e165ac075..22c41e85d069ce7f8d63486705055a4f2c2d1896 100644 (file)
@@ -7,13 +7,6 @@ Changelog
     :version: 1.16.2
     :include_notes_from: unreleased
 
-    .. change::
-        :tags: bug, command
-        :tickets: 1679
-
-        Updated ``utils.pyfiles.template_to_file`` to write two newlines before
-        the template file data in ``append``` mode.
-
 .. changelog::
     :version: 1.16.1
     :released: May 21, 2025
diff --git a/docs/build/unreleased/1679.rst b/docs/build/unreleased/1679.rst
new file mode 100644 (file)
index 0000000..26009ba
--- /dev/null
@@ -0,0 +1,7 @@
+    .. change::
+        :tags: bug, command
+        :tickets: 1679
+
+        Updated ``utils.pyfiles.template_to_file`` to write two newlines before
+        the template file data in ``append``` mode.
+