Skip to content

Commit 59ecb77

Browse files
docs: Add release notes
1 parent 4edaed4 commit 59ecb77

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/release-notes/release-notes-0.14.2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@
5151
`supermacaroon:write` permission to disable access to the
5252
`bakesupermacaroon` endpoint.
5353

54+
* [A `commit_hash` field has been added to the `GetInfo`
55+
response](https://github.com/lightninglabs/lightning-terminal/pull/1034).
56+
The `commit_hash` field will contain the full commit hash of the commit that
57+
LiT release binary build was based on. If the build had uncommitted changes,
58+
the `commit_hash` field will contain the most recent commit hash, suffixed by
59+
"-dirty".
60+
The contents of the `version` field in the `GetInfo` response has also been
61+
updated to only include the semantic version number of the LiT release,
62+
following the semantic versioning 2.0.0 spec (http://semver.org/).
63+
64+
* [A `commit_hash` field has been added to the `--version`
65+
output](https://github.com/lightninglabs/lightning-terminal/pull/1034).
66+
The `commit_hash` field will contain the full commit hash of the commit that
67+
LiT release binary build was based on.
68+
5469
## Integrated Binary Updates
5570

5671
### LND

0 commit comments

Comments
 (0)