Skip to content

Commit

Permalink
CHANGELOG: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jul 30, 2024
1 parent c0040f2 commit 6f7077c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

### Changed

- ``clnrest-swagger-root`` is now "/" again by default, but "/" will redirect to "/swagger-ui" while other values will enforce the custom path
- also call ``plugin.shutdown()`` on shutdown event but probably not fixed 100% of the shutdown issues (maybe a cln-plugin bug)
- add ``upgrade`` header to the tests. This is needed to differentiate between an intent to establish a websocket connection and an intent to open the swagger-ui on the same path. Usually websocket client inlcude this header automatically but the tests were not
- extracted release binaries are now called ``clnrest-rs``
- ``clnrest-swagger-root`` is now `"/"` again by default, but ``"/"`` will redirect to ``"/swagger-ui"`` while other values will enforce the custom path
- Also call ``plugin.shutdown()`` on a shutdown notification. This is probably not fixing 100% of the shutdown issues (maybe a cln-plugin bug)
- Add ``upgrade`` header to the tests. This is needed to differentiate between an intent to establish a websocket connection and an intent to open the swagger-ui on the same path. Usually websocket clients inlcude this header automatically but the tests were not
- Extracted release binaries are now called ``clnrest-rs``

## [0.1.0] 2024-07-27

Expand Down

0 comments on commit 6f7077c

Please sign in to comment.