Skip to content

Commit

Permalink
Update CHANGELOG for v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Aug 15, 2019
1 parent fb8cff3 commit 2bec638
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ these changes are prefixed with "**BREAKING**"

## [Unreleased][unreleased]

(no unreleased changes yet)

## [v1.0.1][]

Resolves some bugs related to DMRS-to-MRS conversion.

### Fixed

* `delphin.dmrs.DMRS.arguments()` no longer raises a NameError (#247)
* `delphin.dmrs.DMRS.scopal_arguments()` returns correct labels (#249)
* `delphin.mrs.from_dmrs()` assigns the correct top handle (#248)

### Changed

* `delphin.mrs.MRS` can now be instantiated with an empty structure

## [v1.0.0][]

Expand Down Expand Up @@ -975,6 +987,7 @@ information about changes, except for
[commit messages](../../commits/v0.2).

[unreleased]: ../../tree/develop
[v1.0.1]: ../../releases/tag/v1.0.1
[v1.0.0]: ../../releases/tag/v1.0.0
[v0.9.2]: ../../releases/tag/v0.9.2
[v0.9.1]: ../../releases/tag/v0.9.1
Expand Down

0 comments on commit 2bec638

Please sign in to comment.