prepare for release

This commit is contained in:
nora 2022-04-28 21:16:43 +02:00
parent 35332a1b26
commit 7aed458197
4 changed files with 30 additions and 14 deletions

View file

@ -1,5 +1,6 @@
# 2.0.0
There are many changes, the two formatting functions have been renamed, `format_reader_writer` now takes
a `W` and `R` instead of `&mut BufReader<W>`, it now always adds a trailing newline. There may be a few more
a `W` and `R` instead of `&mut BufReader<W>`, it now always adds a trailing newline. `Indentation::Default` was
renamed to `Indentation::TwoSpaces` and `FourSpaces` and `Tab` were added. There may be a few more
small changes.