mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
CHANGELOG: note that we fixed uppercase invoices.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
bc230c837e
commit
0c545d00a2
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -4,6 +4,26 @@ 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
|
||||
|
||||
- JSON API: uppercase invoices now parsed correctly (broken in 0.6.2).
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
## [0.6.2] - 2018-10-20: "The Consensus Loving Nasal Daemon"
|
||||
|
||||
This release named by practicalswift.
|
||||
|
|
Loading…
Add table
Reference in a new issue