From 68e0067840b18c3f69ea2798f35f0a0ab707c8a4 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 3 Jan 2018 08:34:15 +0000 Subject: [PATCH] note rgb->g improvement --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c51e3156..7bbc5586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 10/12/17 started 8.6.1 -- stop window new/free cycling .. faster zoom out on some large images in nip2 +- fix mmap window new/free cycling - fix some compiler warnings - remove the 64-image limit on bandary operations - better version date [bmwiedemann] @@ -8,6 +8,7 @@ - fix misspelling of IPTC as IPCT [lovell] - seq could be set on small images opened in random-access mode [aferrero2707] - fix small memleak in dzsave [lovell] +- small speedup for rgb->g [lovell] 15/4/17 started 8.6.0 - supports fits images with leading non-image HDUs, thanks benepo