diff --git a/NEWS b/NEWS index 494c0917f4f..fc4c3e6e2ce 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 -- Make ImageTruecolorToPalette() in bundled GD2 library actually work (Rasmus) +- Make ImageTruecolorToPalette() in bundled GD2 library actually work. (Rasmus) - Fix ImageCopy() in bundled GD2 library to handle copying from truecolor to palette-based. (Wez, Rasmus) -- Read-only GIF support for bundled GD2 library (Rasmus) +- Read-only GIF support for bundled GD2 library. (Rasmus) - Make the glue argument to implode() optional, if it is not specified default to using "". (Sterling) - Fixed fields argument to contain correct info for xslt_set_error_handler.