[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`).
|
* Fixed crash in ``BaseGeometryWidget.subwidgets()`` (:ticket:`28039`).
|
||||||
|
|
||||||
* Re-raised the original exception when ``cursor.execute()`` fails and the
|
* Fixed exception reraising in ORM query execution when ``cursor.execute()``
|
||||||
cleanup code ``cursor.close()`` fails as well, instead of raising the cleanup
|
fails and the subsequent ``cursor.close()`` also fails (:ticket:`28091`).
|
||||||
code failure (:ticket:28091).
|
|
||||||
|
|
|
@ -678,6 +678,7 @@ repo
|
||||||
reportable
|
reportable
|
||||||
reprojection
|
reprojection
|
||||||
reraise
|
reraise
|
||||||
|
reraising
|
||||||
resampling
|
resampling
|
||||||
reST
|
reST
|
||||||
reStructuredText
|
reStructuredText
|
||||||
|
|
Loading…
Reference in New Issue