Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Jun 28, 2024
1 parent 7b70a00 commit e687c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Log of changes in the versions

## v1.4.0
## v1.4.0rc2

- using suffix `.jsonld` instead of `.json` for JSON-LD files, as it is recommended
(see https://www.w3.org/TR/json-ld/#iana-considerations)
Expand All @@ -11,7 +11,7 @@ Log of changes in the versions
- removed depr methods, e.g. `get()` from `AbstractZenodoInterface`
- using cached json dict for zenodo records. call `refresh()` to update the json
- minor bugfixes
- introduced property `files`
- introduced property `files`, which is `Dict[str, RepositoryFile]`
- improve url handling by using properties instead of class variables

## v1.4.0rc1
Expand Down

0 comments on commit e687c80

Please sign in to comment.