summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1093.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/1093.rst')
-rw-r--r--docs/build/unreleased/1093.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/build/unreleased/1093.rst b/docs/build/unreleased/1093.rst
deleted file mode 100644
index e4312f1..0000000
--- a/docs/build/unreleased/1093.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-.. change::
- :tags: bug, typing
- :tickets: 1093
-
- Updated stub generator script to also add stubs method definitions for the
- :class:`.Operations` class and the :class:`.BatchOperations` class obtained
- from :meth:`.Operations.batch_alter_table`. As part of this change, the
- class hierarchy of :class:`.Operations` and :class:`.BatchOperations` has
- been rearranged on top of a common base class :class:`.AbstractOperations`
- in order to type correctly, as :class:`.BatchOperations` uses different
- method signatures for operations than :class:`.Operations`.
-
-
-.. change::
- :tags: bug, typing
-
- Repaired the return signatures for :class:`.Operations` that mostly
- return ``None``, and were erroneously referring to ``Optional[Table]``
- in many cases. \ No newline at end of file