-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fface32
commit 599851b
Showing
1 changed file
with
40 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,40 @@ | ||
# Changelog | ||
|
||
All changes that impact users of 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). | ||
|
||
<!--- | ||
This document is intended for users of the applications and API. Changes to things | ||
like tests should not be noted in this document. | ||
When updating this file for a PR, add an entry for your change under Unreleased | ||
and one of the following headings: | ||
- Added - for new features. | ||
- Changed - for changes in existing functionality. | ||
- Deprecated - for soon-to-be removed features. | ||
- Removed - for now removed features. | ||
- Fixed - for any bug fixes. | ||
- Security - in case of vulnerabilities. | ||
If the heading does not yet exist under Unreleased, then add it as a 3rd heading, | ||
with three #. | ||
When preparing for a public release candidate add a new 2nd heading, with two #, under | ||
Unreleased with the version number and the release date, in year-month-day | ||
format. Then, add a link for the new version at the bottom of this document and | ||
update the Unreleased link so that it compares against the latest release tag. | ||
When preparing for a bug fix release create a new 2nd heading above the Fixed | ||
heading to indicate that only the bug fixes and security fixes are in the bug fix | ||
release. | ||
--> | ||
|
||
## [Unreleased] | ||
|
||
### Changed | ||
- Updated installation location [#467](https://github.com/DOI-USGS/usgscsm/pull/467) | ||
- Updated ALE submodule [#470](https://github.com/DOI-USGS/usgscsm/pull/470) |