mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
CHANGELOG: Fix references, add new Unreleased section.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Deprecated
|
||||
|
||||
Note: You should always set `allow-deprecated-apis=false` to test for
|
||||
changes.
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
### Security
|
||||
|
||||
## [0.6.3] - 2019-01-09: "The Smallblock Conspiracy"
|
||||
|
||||
This release named by @molxyz and [@ctrlbreak](https://twitter.com/ctrlbreak).
|
||||
@@ -231,8 +250,8 @@ There predate the BOLT specifications, and are only of vague historic interest:
|
||||
6. [0.5.1] - 2016-10-21
|
||||
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
|
||||
|
||||
[Unreleased]: https://github.com/ElementsProject/lightning/compare/v0.6.2...HEAD
|
||||
[0.6.3]: https://github.com/ElementsProject/lightning/compare/v0.6.3...HEAD
|
||||
[Unreleased]: https://github.com/ElementsProject/lightning/compare/v0.6.3...HEAD
|
||||
[0.6.3]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.3
|
||||
[0.6.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.2
|
||||
[0.6.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.1
|
||||
[0.6]: https://github.com/ElementsProject/lightning/releases/tag/v0.6
|
||||
|
||||
Reference in New Issue
Block a user