Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybosamiya committed Feb 28, 2024
1 parent a5902c7 commit 2a42b0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased

* Improve `verus!{ ... }` macro collapsing inside indented contexts (#39)

# v0.2.6

* When running verusfmt on multiple files, continue attempting files even if one in the middle fails (#37)
* Fix collection of idempotency issues caused by rustfmt (#38)
- rustfmt would modify code inside of `verus! { ... }` after verusfmt has already formatted it in certain cases
- Verusfmt now prevents rustfmt from modifying code inside the Verus macro, through a collapse/expand operation
- Verusfmt now prevents rustfmt from modifying code inside the Verus macro, through a collapse/expand operation

# v0.2.5

Expand Down

0 comments on commit 2a42b0f

Please sign in to comment.