|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v1.7.6](https://github.com/PyCQA/docformatter/tree/v1.7.6) (2025-05-07) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.5...v1.7.6) |
| 6 | + |
| 7 | +Features |
| 8 | + |
| 9 | +- prefer new unittest.mock from the standard library [\#280](https://github.com/PyCQA/docformatter/pull/280) ([a-detiste](https://github.com/a-detiste)) |
| 10 | +- Handle abbreviation 'etc.' \(et cetera\) [\#273](https://github.com/PyCQA/docformatter/pull/273) ([knedlsepp](https://github.com/knedlsepp)) |
| 11 | + |
| 12 | +Bug Fixes |
| 13 | + |
| 14 | +- Do not double-process urls [\#284](https://github.com/PyCQA/docformatter/pull/284) ([lilatomic](https://github.com/lilatomic)) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- Fix pre-commit syntax [\#266](https://github.com/PyCQA/docformatter/pull/266) ([jonashaag](https://github.com/jonashaag)) |
| 19 | +- Update version listed in documentation's Pre-Commit example [\#262](https://github.com/PyCQA/docformatter/pull/262) ([korverdev](https://github.com/korverdev)) |
| 20 | +- Add missing comma in requirements table [\#261](https://github.com/PyCQA/docformatter/pull/261) ([EFord36](https://github.com/EFord36)) |
| 21 | + |
3 | 22 | ## [v1.7.5](https://github.com/PyCQA/docformatter/tree/v1.7.5) (2023-07-12)
|
4 | 23 |
|
5 | 24 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.4...v1.7.5)
|
@@ -122,27 +141,10 @@ Bug Fixes
|
122 | 141 |
|
123 | 142 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.1)
|
124 | 143 |
|
125 |
| -Bug Fixes |
126 |
| - |
127 |
| -- fix: remove blank lines after line beginning with 'def' [\#171](https://github.com/PyCQA/docformatter/pull/171) ([weibullguy](https://github.com/weibullguy)) |
128 |
| - |
129 | 144 | ## [v1.6.0](https://github.com/PyCQA/docformatter/tree/v1.6.0) (2023-04-04)
|
130 | 145 |
|
131 | 146 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.1...v1.6.0)
|
132 | 147 |
|
133 |
| -Features |
134 |
| - |
135 |
| -- \(🎁\) Support python 3.11 [\#164](https://github.com/PyCQA/docformatter/pull/164) ([KotlinIsland](https://github.com/KotlinIsland)) |
136 |
| - |
137 |
| -Bug Fixes |
138 |
| - |
139 |
| -- fix: update URL handling functions [\#152](https://github.com/PyCQA/docformatter/pull/152) ([weibullguy](https://github.com/weibullguy)) |
140 |
| - |
141 |
| -**Merged pull requests:** |
142 |
| - |
143 |
| -- docs: clarify future arguments [\#168](https://github.com/PyCQA/docformatter/pull/168) ([weibullguy](https://github.com/weibullguy)) |
144 |
| -- chore: update GitHub action workflows [\#153](https://github.com/PyCQA/docformatter/pull/153) ([weibullguy](https://github.com/weibullguy)) |
145 |
| - |
146 | 148 | ## [v1.5.1](https://github.com/PyCQA/docformatter/tree/v1.5.1) (2022-12-16)
|
147 | 149 |
|
148 | 150 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.0...v1.5.1)
|
|
0 commit comments