From 21567e12b8c942e7ec928b7ac219023097882440 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 20 Oct 2021 20:42:23 +0100 Subject: [PATCH] note atan2 in changelog --- ChangeLog | 1 + libvips/arithmetic/math2.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2de6d1b8..8657826c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ - fix VipsSource with named pipes [vibbix] - added restart_interval option to jpegsave [manthey] - add IIIF3 support to dzsaave [martimpassos] +- add atan2 [indus] 16/8/21 started 8.11.4 - fix off-by-one error in new rank fast path diff --git a/libvips/arithmetic/math2.c b/libvips/arithmetic/math2.c index 42c13256..7ff295f9 100644 --- a/libvips/arithmetic/math2.c +++ b/libvips/arithmetic/math2.c @@ -24,6 +24,8 @@ * - redone as a class * 17/7/12 * - wopconst was broken + * 20/10/21 indus + * - add atan2 */ /*