Skip to content

Commit

Permalink
Update Changelog in preparation to release Pyink v24.10.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686121751
  • Loading branch information
AleksMat authored and copybara-github committed Oct 15, 2024
1 parent 83f0ba5 commit 6e6cac0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All notable changes to Pyink are recorded here.

* Nothing notable unreleased.

## 24.10.0

This release is based on _Black_ v24.10.0.

* Add CLI option `--pyink-ipynb-indentation` to specify the number of spaces
with which JSON content of Jupyter notebooks will be formatted.
* Add CLI option `--pyink-annotation-pragmas` to specify a list of annotation
pragmas. Whenever any of them appears in a comment that line won't be split
into multiple lines or joined with any other line.
* Fix formatting of Jupyter notebook cells with magic methods and any empty
lines at the beginning or end of a cell.

## 24.8.0

This release is based on _Black_ v24.8.0.

## 24.3.0

This release is based on _Black_ v24.3.0.
Expand Down

0 comments on commit 6e6cac0

Please sign in to comment.