docs: add release-notes

This commit is contained in:
Eduardo Bravo 2026-03-04 18:29:26 -04:00
parent dba80c63d7
commit b3225ce3d4
No known key found for this signature in database
GPG key ID: 6094CBCF99A4FC30
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,6 @@
# If you change this please also update GO_VERSION in Makefile (then run
# `make lint` to see where else it needs to be updated as well).
ARG GO_VERSION=1.25.5
FROM golang:${GO_VERSION}-alpine AS builder
FROM golang:1.25.5-alpine AS builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"

View file

@ -234,6 +234,12 @@
## Tooling and Documentation
* [Overhauled Docker documentation and environment](https://github.com/lightningnetwork/lnd/pull/10461)
to modernize the developer onboarding flow. Key updates include migrating
to Docker Compose V2, updating base images (btcd v0.25.0, Go 1.25.5),
and transitioning the documentation to focus on a more reliable "Simnet"
workflow while removing obsolete faucet references.
# Contributors (Alphabetical Order)
* bitromortac