mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docs: update release note
This commit is contained in:
parent
425a007aaf
commit
2da38230a5
2 changed files with 4 additions and 1 deletions
|
|
@ -16,6 +16,9 @@ This file tracks release notes for the loop client.
|
|||
|
||||
#### New Features
|
||||
|
||||
* User-specified liquidity parameters are persisted on disk to enable the
|
||||
liquidity manager's config to surive after a restart.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 18
|
||||
appMinor uint = 19
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue