mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
CHANGELOG.md: import changes from 23.05.2 branch.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
f09871d739
commit
cd25bd4b13
1 changed files with 15 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
|
||||
## [23.05.2] - 2023-06-21: "Austin Texas Agreement(ATXA) III"
|
||||
|
||||
Bugfix release for bad issues found since 23.05.1 which can't wait for 23.08.
|
||||
|
||||
### Fixed
|
||||
|
||||
- JSON-RPC: `pay` and `decodepay` with description now correctly handle JSON escapes (e.g " inside description)
|
||||
- JSON-RPC: `pay` has *undeprecated* paying a description-hash invoice without providing the description (since it didn't work reliably until now!)
|
||||
- GRPC: `listpeers` sometimes could fail on unknown HTLC states.
|
||||
|
||||
### EXPERIMENTAL
|
||||
- Fixed compilation error when `--enable-experimental-features` configured.
|
||||
|
||||
|
||||
## [23.05.1] - 2023-06-05: "Austin Texas Agreement(ATXA) II"
|
||||
|
||||
Bugfix release for bad issues found since 23.05 which can't wait for 23.08.
|
||||
|
@ -22,7 +37,6 @@ Bugfix release for bad issues found since 23.05 which can't wait for 23.08.
|
|||
[#6297]: https://github.com/ElementsProject/lightning/pull/6297
|
||||
[#6304]: https://github.com/ElementsProject/lightning/pull/6304
|
||||
|
||||
|
||||
## [23.05] - 2023-05-10: "Austin Texas Agreement(ATXA)"
|
||||
|
||||
This release named by @instagibbs
|
||||
|
|
Loading…
Add table
Reference in a new issue