[1.11.x] Refs #28091 -- Fixed typo and rephrased 1.11.1 release note.
This commit is contained in:
parent
56746fb21f
commit
c9d933ba99
|
@ -43,6 +43,5 @@ Bugfixes
|
|||
|
||||
* Fixed crash in ``BaseGeometryWidget.subwidgets()`` (:ticket:`28039`).
|
||||
|
||||
* Re-raised the original exception when ``cursor.execute()`` fails and the
|
||||
cleanup code ``cursor.close()`` fails as well, instead of raising the cleanup
|
||||
code failure (:ticket:28091).
|
||||
* Fixed exception reraising in ORM query execution when ``cursor.execute()``
|
||||
fails and the subsequent ``cursor.close()`` also fails (:ticket:`28091`).
|
||||
|
|
|
@ -678,6 +678,7 @@ repo
|
|||
reportable
|
||||
reprojection
|
||||
reraise
|
||||
reraising
|
||||
resampling
|
||||
reST
|
||||
reStructuredText
|
||||
|
|
Loading…
Reference in New Issue