about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index c8b3db60..f2858ca5 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -10,6 +10,12 @@ not yet  BJH  Release 10.50.00
 
               pnmconvol: Add -normalize .
 
+              libnetpbm: Add PNM_GETR(), PNM_GETG(), PNM_GETB().  Same
+              as PPM_GETR(), etc.
+
+              libnetpbm: Add ppm_luminosity().  Same as PPM_LUMIN, but
+              returns pixval.
+
               pnmhisteq: slight speedup.  Thanks Thomas Baruchel.
 
               libppmd/ppmpat: fix wild pointer in ppmd_fill_drawprocp();