-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGELOG containing release notes (#375)
* Added a CHANGELOG containing release notes * Add link to CHANGELOG in README * Formatting * Add clarifying word * Apply suggestions from code review Co-authored-by: Rickard Armiento <[email protected]> * Placate pre-commit Co-authored-by: Rickard Armiento <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## v1.1.0 (July 8, 2021) | ||
|
||
This is release v1.1.0 of the OPTIMADE API specification. | ||
|
||
This is a minor release that primarily patches minor specification errors and introduces one new feature. | ||
|
||
### New features | ||
|
||
- The `implementation` field of the general `meta` response has been updated to include an `issue_tracker` field ([#339](https://github.com/Materials-Consortia/OPTIMADE/pull/339)). | ||
|
||
### Patches | ||
|
||
- The `mass` field of the `species` attribute for the `structures` entry type has been updated from a float to a list of floats ([#344](https://github.com/Materials-Consortia/OPTIMADE/pull/344)). | ||
- This was deemed a specification bug that now is fixed in both the specification text and the schemas. | ||
- Note: this could constitute a breaking change for software implemented to strictly adhere to the v1.0.0 specification. | ||
- The specification text has been clarified in several places without change of intended meaning. | ||
- Multiple typos, grammatical errors, and incorrect API examples have been fixed. | ||
- The OpenAPI schemas are now fully compliant with the Swagger validator. | ||
|
||
|
||
## v1.0.0 (July 1, 2020) | ||
|
||
This is release v1.0.0 of the OPTIMADE API specification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters