]> git.imager.perl.org - imager.git/blobdiff - Changes
[rt #69243] use T_AVARRAY for i_gradgen too
[imager.git] / Changes
diff --git a/Changes b/Changes
index ff820656999d307831797b9c5ff1b5db2f78afac..6588a45360986a485ce58f4be7a596a2c09147e3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,9 +20,12 @@ Imager release history.  Older releases can be found in Changes.old
    - Imager::Color's rgba() method now returns it's values as integers
      instead of floating point. (IV instead of NV).
 
-   - The XS for i_poly_aa(), i_poly_aa_cfill(), i_map() and
-     i_matrix_transform() now use the AV * typemap instead of rolling
-     their own.
+   - The XS for i_map() and i_matrix_transform() now use the AV *
+     typemap instead of rolling their own.
+
+   - The XS for i_poly_aa(), i_poly_aa_cfill(), i_transform() and
+     i_gradgen() now use a new T_AVARRAY typemap that greatly
+     simplifies the XS code.
 
    - some XS code formatting