From: Mike Bayer Date: Mon, 15 Apr 2019 15:38:59 +0000 (-0400) Subject: - 1.0.9 X-Git-Tag: rel_1_0_9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104379b5b5f52dd8a98aaee61e60668cdf9abf1a;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.0.9 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 2c528f28..14a524cb 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,18 @@ Changelog .. changelog:: :version: 1.0.9 - :include_notes_from: unreleased + :released: April 15, 2019 + + .. change:: + :tags: bug, operations + :tickets: 548 + + Simplified the internal scheme used to generate the ``alembic.op`` namespace + to no longer attempt to generate full method signatures (e.g. rather than + generic ``*args, **kw``) as this was not working in most cases anyway, while + in rare circumstances it would in fact sporadically have access to the real + argument names and then fail when generating the function due to missing + symbols in the argument signature. .. changelog:: :version: 1.0.8 diff --git a/docs/build/unreleased/548.rst b/docs/build/unreleased/548.rst deleted file mode 100644 index 87f6798e..00000000 --- a/docs/build/unreleased/548.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. change:: - :tags: bug, operations - :tickets: 548 - - Simplified the internal scheme used to generate the ``alembic.op`` namespace - to no longer attempt to generate full method signatures (e.g. rather than - generic ``*args, **kw``) as this was not working in most cases anyway, while - in rare circumstances it would in fact sporadically have access to the real - argument names and then fail when generating the function due to missing - symbols in the argument signature.