Skip to content

Commit

Permalink
Merge pull request #747 from kurtmckee/fix-rst-formatting
Browse files Browse the repository at this point in the history
Convert single-backticks to double-backticks in the CHANGELOG
  • Loading branch information
kurtmckee authored Sep 5, 2024
2 parents 77db7fb + 032ad24 commit 30abfe2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.41.2 (2024-03-22)
^^^^^^^^^^^^^^^^^^^

- Fix breaking change introduced on SQLAlchemy 2.0.22 changes to `attributes.AttributeImpl` constructor (#733)
- Fix breaking change introduced on SQLAlchemy 2.0.22 changes to ``attributes.AttributeImpl`` constructor (#733)


0.41.1 (2023-04-27)
^^^^^^^^^^^^^^^^^^^

- Use a custom SQL construct for refreshing materialized views in
`refresh_materialized_view` (#703)
``refresh_materialized_view`` (#703)


0.41.0 (2023-04-13)
Expand Down Expand Up @@ -58,7 +58,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.38.2 (2021-12-29)
^^^^^^^^^^^^^^^^^^^

- Added inherit_cache=False in order to avoid SQLAlchemy warnings in `cast_locale_expr` (#571)
- Added inherit_cache=False in order to avoid SQLAlchemy warnings in ``cast_locale_expr`` (#571)


0.38.1 (2021-12-21)
Expand Down Expand Up @@ -98,7 +98,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.37.6 (2021-06-02)
^^^^^^^^^^^^^^^^^^^

- Added `cache_ok=True` for TSVectorType
- Added ``cache_ok=True`` for TSVectorType


0.37.5 (2021-05-31)
Expand All @@ -116,7 +116,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.37.3 (2021-05-16)
^^^^^^^^^^^^^^^^^^^

- Added `cache_ok=True` for all custom types
- Added ``cache_ok=True`` for all custom types
- Added CockroachDB support for UUIDType (#526, pull request courtesy of chrishemmings)


Expand All @@ -138,7 +138,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
- Added SQLAlchemy 1.4 support
- Fixed database_exists() on PostgreSQL (#462)
- Added create_database support pymssql (#486)
- Removed `sort_query`, `get_query_entities` and `get_query_entity_by_alias` functions
- Removed ``sort_query``, ``get_query_entities`` and ``get_query_entity_by_alias`` functions


0.36.8 (2020-07-08)
Expand Down Expand Up @@ -193,7 +193,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
^^^^^^^^^^^^^^^^^^^

- Added support for CASCADE option when dropping views (#406, pull request courtesy of amicks)
- Added `aliases` parameter to create_materialized_view function.
- Added ``aliases`` parameter to create_materialized_view function.


0.36.0 (2019-12-08)
Expand Down Expand Up @@ -283,7 +283,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.33.4 (2018-09-11)
^^^^^^^^^^^^^^^^^^^

- Made PasswordType use `hash` function instead of deprecated `encrypt` function (#341, pull request courtesy of libre-man)
- Made PasswordType use ``hash`` function instead of deprecated ``encrypt`` function (#341, pull request courtesy of libre-man)


0.33.3 (2018-04-29)
Expand Down Expand Up @@ -323,7 +323,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.32.20 (2017-11-04)
^^^^^^^^^^^^^^^^^^^^

- Added `__hash__` method for choice objects (#294, pull request courtesy of havelock)
- Added ``__hash__`` method for choice objects (#294, pull request courtesy of havelock)


0.32.19 (2017-10-17)
Expand Down

0 comments on commit 30abfe2

Please sign in to comment.