summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/295.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased/295.rst')
-rw-r--r--doc/build/unreleased/295.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/unreleased/295.rst b/doc/build/unreleased/295.rst
new file mode 100644
index 0000000..147d23b
--- /dev/null
+++ b/doc/build/unreleased/295.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, py3k
+ :tickets: 295
+
+ Replaced usage of ``inspect.getfullargspec()`` with the vendored version
+ used by SQLAlchemy, Alembic to avoid future deprecation warnings. Also
+ cleans up an additional version of the same function that's apparently
+ been floating around for some time.
+