Skip to content

Commit e66d642

Browse files
committed
CHANGELOG.md: update for v23.08.1 release
Signed-off-by: Rusty Russell <[email protected]>
1 parent 4431e41 commit e66d642

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@ 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

66

7+
## [23.08.1] - 2023-09-12: "Satoshi's Successor II"
8+
9+
Bugfix release for bad issues found since 23.08 which can't wait for 23.11, and some minor low-impact fixes (e.g. docker images, documentation, CI).
10+
11+
12+
### Added
13+
14+
- cln-rpc: `ShortChannelId` has Eq, PartialOrd, Ord and Hash traits ([#6662])
15+
- doc: documentation for REST interface (clnrest) ([#6631])
16+
17+
18+
### Changed
19+
20+
- JSON-RPC: `checkrune` `nodeid` parameter now optional ([#6622])
21+
22+
23+
### Fixed
24+
25+
- Protocol: Fixed a wrong number type being used in routes ([#6642])
26+
- JSON-RPC: `showrunes` on a specific rune would always say `stored`: false. ([#6640])
27+
- MacOS: `clnrest` now works ([#6605])
28+
- Build: test for `python3` or `python`, rather than assuming `python3` ([#6630])
29+
30+
31+
### EXPERIMENTAL
32+
33+
- Plugins: `renepay`: various minor fixes. ([#6632])
34+
35+
36+
[#6605]: https://github.com/ElementsProject/lightning/pull/6605
37+
[#6622]: https://github.com/ElementsProject/lightning/pull/6622
38+
[#6630]: https://github.com/ElementsProject/lightning/pull/6630
39+
[#6631]: https://github.com/ElementsProject/lightning/pull/6631
40+
[#6632]: https://github.com/ElementsProject/lightning/pull/6632
41+
[#6642]: https://github.com/ElementsProject/lightning/pull/6642
42+
[#6640]: https://github.com/ElementsProject/lightning/pull/6640
43+
[#6662]: https://github.com/ElementsProject/lightning/pull/6662
44+
[v23.08.1]: https://github.com/ElementsProject/lightning/releases/tag/v23.08.1
45+
46+
747
## [v23.08] - 2023-08-23: "Satoshi's Successor"
848

949
This release named by Matt Morehouse.

0 commit comments

Comments
 (0)