Commit 00dc5e49 authored by Hasang Cho's avatar Hasang Cho
Browse files

docs(CHANGES.md): add actor customization feature to changelog

- Document --actor-name and --actor-summary options for Issue #262
parent ba784350
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -31,6 +31,13 @@ To be released.
     -  Added `MemoryKvStore.cas()` method.
     -  Added `DenoKvStore.cas()` method.
  
 -  Added options to customize the temporary actor information when running
    `fedify inbox` command.  [[#262] by Hasang Cho]

     -  Added `--actor-name` option to customize the actor display name.
     -  Added `--actor-summary` option to customize the actor description.
     -  Both options provide sensible defaults when not specified.

 -  Added useful functions for fediverse handles at `@fedify/fedify/vocab`.
    This functions simplify working with fediverse handles and URLs.
    [[#278] by ChanHaeng Lee]
@@ -63,6 +70,7 @@ To be released.
[#168]: https://github.com/fedify-dev/fedify/issues/168
[#248]: https://github.com/fedify-dev/fedify/issues/248
[#260]: https://github.com/fedify-dev/fedify/issues/260
[#262]: https://github.com/fedify-dev/fedify/issues/262
[#278]: https://github.com/fedify-dev/fedify/pull/278
[#281]: https://github.com/fedify-dev/fedify/pull/281
[#282]: https://github.com/fedify-dev/fedify/pull/282