release_notes: clear on release of new version

This commit is contained in:
Oliver Gugger 2021-11-18 14:10:58 +01:00
parent 0ea64e81fb
commit f0b2bb0888
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -18,17 +18,6 @@ This file tracks release notes for the loop client.
#### Breaking Changes
* Failing to load configuration file specified by `--configfile` for any
reason is now hard error. If you've used `--configfile` to mean "optional
extra configuration" you will need to create an empty file. This was done in
[#413](https://github.com/lightninglabs/loop/pull/413) to improve error
reporting and avoid confusion. Similarly, failure to load any configuration
file for reason other than NotFound is hard error, though this is not strictly
breaking because such scenario would be already broken later.
#### Bug Fixes
#### Maintenance
* Updated compile time dependencies of `lnd` to `v0.14.0-beta` to ensure
compatibility.