Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Dec 4, 2024
1 parent 69c3553 commit 55e42c7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/20241204_073038_15r10nk-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Uncomment the section that is right (remove the HTML comment wrapper).
-->
### Fixed

- Don't crash for snapshots like `snapshot(f"")`
- Don't crash for snapshots like `snapshot(f"")` (#139)
It first appeared with pytest-8.3.4, but already existed before for cpython-3.11.
f-strings in snapshots are currently not official supported, but they should not lead to crashes.

Expand Down
42 changes: 42 additions & 0 deletions changelog.d/20241204_183031_15r10nk-git.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->

### Fixed

- skip formatting if black returns an error (#138)


<!--
### Security
- A bullet item for the Security category.
-->

0 comments on commit 55e42c7

Please sign in to comment.