Skip to content

Commit b542377

Browse files
committed
Release of 0.6.3-rc1: hastened by 0-HTLC crash reports.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 2ee1061 commit b542377

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.6.3-rc1] - 2019-01-09
88

99
### Added
1010

@@ -41,6 +41,7 @@ changes.
4141
- Protocol: allow lnd to send `update_fee` before `funding_locked`.
4242
- Protocol: fix limit on how much funder can send (fee was 1000x too small)
4343
- Protocol: don't send invalid onion errors if peer says onion was bad.
44+
- Protocol: don't crash when peer sends a 0-block-expiry HTLC.
4445
- pylightning: handle multiple simultanous RPC replies reliably.
4546

4647

@@ -229,6 +230,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
229230
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
230231

231232
[Unreleased]: https://github.com/ElementsProject/lightning/compare/v0.6.2...HEAD
233+
[0.6.3-rc1]: https://github.com/ElementsProject/lightning/compare/v0.6.3-rc1...HEAD
232234
[0.6.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.2
233235
[0.6.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.1
234236
[0.6]: https://github.com/ElementsProject/lightning/releases/tag/v0.6

0 commit comments

Comments
 (0)