1
1
# Changelog
2
2
3
+ ## [ v1.7.5] ( https://github.com/PyCQA/docformatter/tree/v1.7.5 ) (2023-07-12)
4
+
5
+ [ Full Changelog] ( https://github.com/PyCQA/docformatter/compare/v1.7.4...v1.7.5 )
6
+
7
+ Features
8
+
9
+ - fix: not recognizing ` yield ` as a sphinx field name [ \# 254] ( https://github.com/PyCQA/docformatter/pull/254 ) ([ weibullguy] ( https://github.com/weibullguy ) )
10
+
3
11
## [ v1.7.4] ( https://github.com/PyCQA/docformatter/tree/v1.7.4 ) (2023-07-10)
4
12
5
13
[ Full Changelog] ( https://github.com/PyCQA/docformatter/compare/v1.7.3...v1.7.4 )
@@ -10,8 +18,8 @@ Bug Fixes
10
18
11
19
** Merged pull requests:**
12
20
13
- - test: split format tests into multiple files [ \# 246] ( https://github.com/PyCQA/docformatter/pull/246 ) ([ weibullguy] ( https://github.com/weibullguy ) )
14
21
- chore: update documentation link for metadata [ \# 247] ( https://github.com/PyCQA/docformatter/pull/247 ) ([ icp1994] ( https://github.com/icp1994 ) )
22
+ - test: split format tests into multiple files [ \# 246] ( https://github.com/PyCQA/docformatter/pull/246 ) ([ weibullguy] ( https://github.com/weibullguy ) )
15
23
16
24
## [ v1.7.3] ( https://github.com/PyCQA/docformatter/tree/v1.7.3 ) (2023-06-23)
17
25
@@ -125,24 +133,15 @@ Bug Fixes
125
133
Features
126
134
127
135
- \( 🎁\) Support python 3.11 [ \# 164] ( https://github.com/PyCQA/docformatter/pull/164 ) ([ KotlinIsland] ( https://github.com/KotlinIsland ) )
128
- - feat: add file config options [ \# 137] ( https://github.com/PyCQA/docformatter/pull/137 ) ([ weibullguy] ( https://github.com/weibullguy ) )
129
136
130
137
Bug Fixes
131
138
132
139
- fix: update URL handling functions [ \# 152] ( https://github.com/PyCQA/docformatter/pull/152 ) ([ weibullguy] ( https://github.com/weibullguy ) )
133
- - fix: add additional URL patterns [ \# 148] ( https://github.com/PyCQA/docformatter/pull/148 ) ([ weibullguy] ( https://github.com/weibullguy ) )
134
- - fix: wrap multi-paragraph long descriptions [ \# 143] ( https://github.com/PyCQA/docformatter/pull/143 ) ([ weibullguy] ( https://github.com/weibullguy ) )
135
- - fix: handle blank lines after class definition properly [ \# 142] ( https://github.com/PyCQA/docformatter/pull/142 ) ([ weibullguy] ( https://github.com/weibullguy ) )
136
- - fix: handle index error in link wrapping [ \# 141] ( https://github.com/PyCQA/docformatter/pull/141 ) ([ weibullguy] ( https://github.com/weibullguy ) )
137
- - fix: remove blank line after method docstring [ \# 138] ( https://github.com/PyCQA/docformatter/pull/138 ) ([ weibullguy] ( https://github.com/weibullguy ) )
138
140
139
141
** Merged pull requests:**
140
142
141
143
- docs: clarify future arguments [ \# 168] ( https://github.com/PyCQA/docformatter/pull/168 ) ([ weibullguy] ( https://github.com/weibullguy ) )
142
144
- chore: update GitHub action workflows [ \# 153] ( https://github.com/PyCQA/docformatter/pull/153 ) ([ weibullguy] ( https://github.com/weibullguy ) )
143
- - chore: drop support for Python3.6 [ \# 149] ( https://github.com/PyCQA/docformatter/pull/149 ) ([ weibullguy] ( https://github.com/weibullguy ) )
144
- - docs: fix typos [ \# 147] ( https://github.com/PyCQA/docformatter/pull/147 ) ([ kianmeng] ( https://github.com/kianmeng ) )
145
- - chore: create do-release workflow [ \# 135] ( https://github.com/PyCQA/docformatter/pull/135 ) ([ weibullguy] ( https://github.com/weibullguy ) )
146
145
147
146
## [ v1.5.1] ( https://github.com/PyCQA/docformatter/tree/v1.5.1 ) (2022-12-16)
148
147
0 commit comments