We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf6424 commit e0b7fc5Copy full SHA for e0b7fc5
docs/release-notes/release-notes-0.14.2.md
@@ -51,6 +51,14 @@
51
`supermacaroon:write` permission to disable access to the
52
`bakesupermacaroon` endpoint.
53
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 be set to the `tag` the litd binary was built
57
+ on, unless the build was based on an untagged commit. In that case, the
58
+ `commit_hash` field will be set to the commit hash.
59
+ The contents of the `version` field in the `GetInfo` response has also been
60
+ updated to only include the version number of the LiT release.
61
+
62
## Integrated Binary Updates
63
64
### LND
0 commit comments