Skip to content

Commit

Permalink
Prepare ChangeLog for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Aug 2, 2023
1 parent 543685c commit d7bd7b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

n.n.n / 2023-08-02
==================

* Move `cycle_detection` module into `directed` and deprecate the former
* Update indexmap requirement from 1.9.2 to 2.0.0
* Style: use `or_default()` rather than `or_insert_with()` with default value
* Style: do not use `bool::then()` in `filter_map()`
* Style: make `partial_cmp` use `cmp`
* Style: reformat with let/else support
* Use codspeed-criterion-compat everywhere, do not require criterion

v4.3.0 / 2023-05-30
==================

Expand Down

0 comments on commit d7bd7b1

Please sign in to comment.