summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 715936068..e9b78fe78 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -375,7 +375,11 @@
here is fully backwards compatible with existing third party dialects,
however those dialects which implement special LIMIT/OFFSET systems
will need modification in order to take advantage of the new
- capabilities. Work on this feature is courtesy of Dobes Vandermeer.
+ capabilities. Limit and offset also support "literal_binds" mode,
+ where bound parameters are rendered inline as strings based on
+ a compile-time option.
+ Work on this feature is courtesy of Dobes Vandermeer.
+
.. seealso::