From: Martin Mares Date: Wed, 26 Dec 2012 19:22:35 +0000 (+0100) Subject: UCW::CGI: Documented the changes X-Git-Tag: v5.99~89 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=92b3bd34e6024ec20c67e3c1285f3a442fe6f326;p=libucw.git UCW::CGI: Documented the changes --- diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index eb675ea2..9c9df165 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -32,6 +32,9 @@ WIP have been added. * The fastbuf I/O layer received a new back-end <>, which concatenates several fastbuf streams to form a single virtual stream. +* *Incompatible* The `UCW::CGI` Perl module has its custom error handlers + (which override default Perl error handlers) split off to a separate module + `UCW::CGI::ErrorHandler`. 5.0 ---