Skip to content

Commit c1328b3

Browse files
committed
CHANGELOG.md: v0.7.1rc3
Signed-off-by: Rusty Russell <[email protected]>
1 parent ee587af commit c1328b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.7.1-rc2]
7+
## [0.7.1-rc3]
88

99
### Added
1010

@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
### Changed
2929

30+
- Gossip: we no longer compact the `gossip_store` file dynamically, due to lingering bugs. Restart if it gets too large.
3031
- Protocol: no longer ask for entire gossip flood from peers, unless we're missing gossip.
3132
- JSON API: `invoice` expiry defaults to 7 days, and can have s/m/h/d/w suffixes.
3233
- Config: Increased default amount for minimal channel capacity from 1k sat to 10k sat.
@@ -377,7 +378,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
377378
6. [0.5.1] - 2016-10-21
378379
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
379380

380-
[0.7.1-rc2]: https://github.com/ElementsProject/lightning/compare/v0.7.0...HEAD
381+
[0.7.1-rc3]: https://github.com/ElementsProject/lightning/compare/v0.7.0...HEAD
381382
[0.7.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.7.0
382383
[0.6.3]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.3
383384
[0.6.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.2

0 commit comments

Comments
 (0)