Skip to content

Commit

Permalink
DOC: Update CHANGELOG after merging #169 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 15, 2022
1 parent d80715b commit b4d211b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- convert docs to markdown and use `myst-parser`
[#153](https://github.com/NickleDave/crowsetta/pull/153).
Fixes [#151](https://github.com/NickleDave/crowsetta/issues/151).
- Require Python >= 3.8
- require Python >= 3.8
to adhere to [NEP-29]()
[#168](https://github.com/NickleDave/crowsetta/pull/168).
Fixes [#166](https://github.com/NickleDave/crowsetta/issues/166).

- rename `Annotation.audio_path` attribute to `notated_path`
to be more general, e.g., because annotations can also annotate
a spectrogram
[#169](https://github.com/NickleDave/crowsetta/pull/169).
Fixes [#148](https://github.com/NickleDave/crowsetta/issues/148).

## 3.4.0 -- 2022-03-26
### Added
- add a `__repr__` to the `Transcriber` class
Expand Down

0 comments on commit b4d211b

Please sign in to comment.