Skip to content

Commit 30abfe2

Browse files
authored
Merge pull request #747 from kurtmckee/fix-rst-formatting
Convert single-backticks to double-backticks in the CHANGELOG
2 parents 77db7fb + 032ad24 commit 30abfe2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGES.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
66
0.41.2 (2024-03-22)
77
^^^^^^^^^^^^^^^^^^^
88

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

1111

1212
0.41.1 (2023-04-27)
1313
^^^^^^^^^^^^^^^^^^^
1414

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

1818

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

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

6363

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

101-
- Added `cache_ok=True` for TSVectorType
101+
- Added ``cache_ok=True`` for TSVectorType
102102

103103

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

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

122122

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

143143

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

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

198198

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

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

288288

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

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

328328

329329
0.32.19 (2017-10-17)

0 commit comments

Comments
 (0)