From 7bd154d9dd0aeb294010668d86e0294fd979bafb Mon Sep 17 00:00:00 2001 From: Kriskras99 Date: Fri, 11 Aug 2023 20:00:42 +0200 Subject: [PATCH] Small typo in CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e7f4cc94de..ea8422f992 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ New features: - Added `{ImageBuffer, DynamicImage}::write_with_encoder` to simplify writing images with custom settings. -- Expose ICC profiles stored in tiff and wepb files. +- Expose ICC profiles stored in tiff and webp files. - Added option to set the background color of animated webp images. - New methods for sampling and interpolation of `GenericImageView`s