Skip to content

Commit d6f930d

Browse files
committed
Add summary and clean up release notes
This is to prepare for the release. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2c63cf8 commit d6f930d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release replaces [`darglint`](https://github.com/terrencepreilly/darglint) (not maintained anymore) with [`pydoclint`](https://github.com/jsh9/pydoclint) which brings performance and checks improvements. It also adds basic `flake8` checks and `mypy` fixes.
66

77
## Upgrading
88

@@ -60,7 +60,6 @@
6060
# ...
6161
```
6262

63-
6463
### Cookiecutter template
6564

6665
- CI: The `nox` job now uses a matrix to run the different `nox` sessions in parallel. If you use branch projection with the `nox` job you need to update the rules to include each matrix job.
@@ -86,11 +85,3 @@
8685
- `mypy`: Add a commented out `no-incremental` option, which makes the run slower but prevents some issues with `mypy` giving different results on different runs.
8786

8887
- See the general new features section.
89-
90-
## Bug Fixes
91-
92-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
93-
94-
### Cookiecutter template
95-
96-
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)