Commit 3142c6dc authored by r-4bb1t's avatar r-4bb1t
Browse files

docs: update CHANGES.md to include support for request cancellation in lookupWebFinger

parent 0a436ce0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -91,6 +91,10 @@ the versioning.
     -  Added `@fedify/nestjs` package.
     -  Added `FedifyModule` for integrating Fedify into NestJS applications.
     
  -  `lookupWebFinger()` now supports request cancellation via `AbortSignal`.
     [[#51] by Hyunchae Kim]


 -  Added `SqliteKvStore`, implementing `KvStore` using SQLite with the
    `@fedify/sqlite` package. Compatible with Bun, Deno, and Node.js.
    [[#274], [#318] by An Subin]
@@ -165,6 +169,7 @@ the versioning.
[#341]: https://github.com/fedify-dev/fedify/pull/341
[#342]: https://github.com/fedify-dev/fedify/pull/342
[#348]: https://github.com/fedify-dev/fedify/pull/348
[#51]: https://github.com/fedify-dev/fedify/issues/51
[Kitty]: https://sw.kovidgoyal.net/kitty/
[WezTerm]: https://wezterm.org/
[Konsole]: https://konsole.kde.org/
@@ -173,7 +178,6 @@ the versioning.
[st]: https://st.suckless.org/
[iTerm]: https://iterm2.com/


Version 1.7.7
-------------