Skip to content

Commit

Permalink
DOC: Update CHANGELOG with info on #243 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Mar 29, 2023
1 parent 892463d commit 45ad64d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#226](https://github.com/NickleDave/crowsetta/pull/226).
Fixes [#222](https://github.com/NickleDave/crowsetta/issues/222)
and [#213](https://github.com/NickleDave/crowsetta/issues/213).
- Add the ability for a crowsetta.Annotation to have multiple sequences
[#243](https://github.com/NickleDave/crowsetta/pull/243).
Fixes [#42](https://github.com/NickleDave/crowsetta/issues/42).
- Rewrite TextGrid class to better handle file formats:
parse both "short" and default format in either UTF-8 or UTF-16
encoding; remove empty intervals from interval tiers by default;
can convert multiple interval tiers to a single crowsetta.Annotation
with multiple crowsetta.Sequences
[#243](https://github.com/NickleDave/crowsetta/pull/243).
Fixes [#241](https://github.com/NickleDave/crowsetta/issues/241)

### Removed
- Remove `Segment.from_row` method, no longer used
Expand Down

0 comments on commit 45ad64d

Please sign in to comment.