We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6d053 commit 1c0e807Copy full SHA for 1c0e807
1 file changed
CHANGES.rst
@@ -4,14 +4,16 @@ Versions releases 0.2.x & above
4
0.5.0 (Unreleased)
5
==================
6
7
-see issue #104
+see issues #104 & #110
8
9
- Add support for SQLAlchemy 1.4.
10
- Drop official support for PyPy.
11
- Simplify memory management by using ``weakref.WeakSet`` instead of rolling our own
12
weak reference set.
13
- Unify ``after_flush_postexec`` execution path for CPython & PyPy.
14
- Simplify ``get_siblings``.
15
+- Run doctest on all code snippets in the documentation.
16
+- Fix some of the incorrect documentation snippets.
17
18
0.4.0 (2025-05-30)
19
0 commit comments