summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6bea84e2f..a69313a8a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,12 @@ Features
something like "AttributeError: 'NoneType' object has no attribute
'rfind'".
+Documentation
+-------------
+
+- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
+ ``DBSession`` instead (this is more common in real SQLA apps).
+
Dependencies
------------