Skip to content

Commit fa0ae90

Browse files
6.11 changelog (#9057)
Co-authored-by: Aljaž Mur Eržen <aljaz@erzen.si>
1 parent ee4ce6f commit fa0ae90

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/resources/changelog/6_x.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,3 +994,35 @@ Fixes
994994

995995
* Fix updating of two single links with linkprops at once
996996
(:eql:gh:`#8932`)
997+
998+
999+
6.11
1000+
====
1001+
1002+
* Improve auth email headers and alt content
1003+
(:eql:gh:`#8919`)
1004+
1005+
* Fix SQL ``COLLATE`` clauses that require quotation
1006+
(:eql:gh:`#8960`)
1007+
1008+
* Improve SQL adapter fallback for ``has_column_privilege``
1009+
(:eql:gh:`#8962`)
1010+
1011+
* Fix introspection of ``cfg::AuthMethod.transports``
1012+
(:eql:gh:`#8971`)
1013+
1014+
* Fix referencing a computed from a conversion ``USING`` expression
1015+
(:eql:gh:`#8981`)
1016+
1017+
* Fix ``FOR`` iteration over a set of DML expressions
1018+
(:eql:gh:`#8994`)
1019+
1020+
* Fix casting to multi-ranges accidentally aggregating
1021+
(:eql:gh:`#8995`)
1022+
1023+
* Fix ``__default__`` when nested statements have defaults
1024+
(:eql:gh:`#9006`)
1025+
1026+
* Bump the compatible extension version for pgvector.
1027+
(:eql:gh:`#9028`)
1028+

0 commit comments

Comments
 (0)