bliss-rs/CHANGELOG.md

13 lines
258 B
Markdown
Raw Normal View History

2021-06-01 17:02:15 +01:00
# Changelog
2021-06-01 17:02:15 +01:00
## bliss 0.2.1
2021-06-05 22:56:01 +01:00
* Made `Analysis::new` public.
* Made `Analysis` serializable.
## bliss 0.2.0
2021-06-01 17:02:15 +01:00
* Added an `Analysis` struct to `Song`, as well as an `AnalysisIndex` to
index it easily.
* Changed some logging parameters for the Library trait.