Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- `stac_version` to the include recommendations.

## [v1.0.0-rc.2] - TBD

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ name, e.g., `properties.datetime` or `datetime`.

1. If `fields` attribute is specified with an empty object, or with both `include` and `exclude` set to null or an
empty array, the recommended behavior is as if `include` was set to
`["id", "type", "geometry", "bbox", "links", "assets", "properties.datetime"]`. This default is so that the entity
`["id", "type", "stac_version", "geometry", "bbox", "links", "assets", "properties.datetime"]`. This default is so that the entity
returned is a valid STAC Item. Implementations may choose to add other properties, e.g., `created`, but the number
of default properties attributes should be kept to a minimum.
2. If only `include` is specified, these attributes are added to the default set of attributes (set union operation).
Expand Down