Skip to content

Commit

Permalink
- 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Aug 16, 2023
1 parent 63be916 commit 47850ab
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
28 changes: 27 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,33 @@ Changelog

.. changelog::
:version: 1.11.3
:include_notes_from: unreleased
:released: August 16, 2023

.. change::
:tags: bug, autogenerate, postgresql
:tickets: 1270

Improved autogenerate compare of expression based indexes on PostgreSQL
to produce fewer wrong detections.

.. change::
:tags: bug, autogenerate
:tickets: 1291

Fixed issue with ``NULLS NOT DISTINCT`` detection in postgresql that
would keep detecting changes in the index or unique constraint.

.. change::
:tags: bug, commands
:tickets: 1273

Added ``encoding="locale"`` setting to the use of Python's
``ConfigParser.read()``, so that a warning is not generated when using the
recently added Python feature ``PYTHONWARNDEFAULTENCODING`` specified in
:pep:`597`. The encoding is passed as the ``"locale"`` string under Python
3.10 and greater, which indicates that the system-level locale should be
used, as was the case already here. Pull request courtesy Kevin Kirsche.


.. changelog::
:version: 1.11.2
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.11.2"
release_date = "August 4, 2023"
release = "1.11.3"
release_date = "August 16, 2023"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
6 changes: 0 additions & 6 deletions docs/build/unreleased/1270.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/build/unreleased/1273.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/build/unreleased/1291.rst

This file was deleted.

0 comments on commit 47850ab

Please sign in to comment.