Skip to content

Commit 889cb8b

Browse files
author
Phil Varner
committed
add CHANGELOG
1 parent dbfa9c1 commit 889cb8b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Deprecated
11+
12+
### Added
13+
14+
### Fixed
15+
16+
### Changed
17+
18+
- Elasticsearch index mappings updated to be more thorough.
19+
20+
### Removed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Elasticsearch backend for stac-fastapi.
44

55
**WIP** This backend is not yet stable (notice no releases yet), so use the pgstac backend instead.
66

7+
For changes, see the [Changelog](CHANGELOG.md).
8+
79
## Development Environment Setup
810

911
Install [pre-commit](https://pre-commit.com/#install).

0 commit comments

Comments
 (0)