diff --git a/docs/changelog.md b/docs/changelog.md index 0e87a3ed..3e0fac97 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,6 +35,10 @@ Requires libvips v8.13.0 * Ensure `trim` operation is a no-op when it would reduce an image to nothing. [#3223](https://github.com/lovell/sharp/issues/3223) +* Expose `vips_text` to create an image containing rendered text. + [#3252](https://github.com/lovell/sharp/pull/3252) + [@brahima](https://github.com/brahima) + * Ensure only properties owned by the `withMetadata` EXIF Object are parsed. [#3292](https://github.com/lovell/sharp/issues/3292) diff --git a/docs/humans.txt b/docs/humans.txt index 42f2a840..a8082051 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -254,3 +254,6 @@ GitHub: https://github.com/AlexanderTheGrey Name: Blayne Chard GitHub: https://github.com/blacha + +Name: Brahim +GitHub: https://github.com/brahima