clplug-1.0.0.0: CHANGELOG.md
# Changelog for `clnplug`
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## Unreleased
## 1.0.0.0 - 2024-05-25
- I see now I probably shouldn't have put this on hackage.
- This version simplifies the UI prefering Value over defining values that may be changed by core lightning.
- (Major Bug Fix) Previous versions had incomplete parsing that led to leaking threads on unexpected data.
- lightningCli is now an overloaded class so simpler interface is allowed i.e. (lightningCli "getinfo") or lightningCli ("listpeers", fromList ["<peerid>"])