This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add CHANGELOG * add CI check to ensure CHANGELOG updated * update comments * fix * actually fix * actually, actually fix * dont need upstream * try checkout v1 * update * add comment * Format a little prettier
- Loading branch information
Showing
4 changed files
with
49 additions
and
4 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
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,23 @@ | ||
# 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 | ||
|
||
### Fixed | ||
|
||
- Make `cached_path` work offline. | ||
- Tons of docstring inconsistencies resolved. | ||
- Nightly builds no longer run on forks. | ||
|
||
### Added | ||
|
||
- Additional CI checks to ensure docstrings are consistently formatted. | ||
|
||
## [v1.0.0rc4](/~https://github.com/allenai/allennlp/releases/tag/v1.0.0rc4) - 2019-05-14 | ||
|
||
We first introduced this `CHANGELOG` after release `v1.0.0rc4`, so please refer to the GitHub release | ||
notes for this and earlier releases. |
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
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