You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ku...@apache.org on 2009/05/04 08:45:18 UTC

svn commit: r771203 - /incubator/log4php/trunk/CHANGELOG

Author: kurdalen
Date: Mon May  4 06:45:16 2009
New Revision: 771203

URL: http://svn.apache.org/viewvc?rev=771203&view=rev
Log:
updated change log

Modified:
    incubator/log4php/trunk/CHANGELOG

Modified: incubator/log4php/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/CHANGELOG?rev=771203&r1=771202&r2=771203&view=diff
==============================================================================
--- incubator/log4php/trunk/CHANGELOG (original)
+++ incubator/log4php/trunk/CHANGELOG Mon May  4 06:45:16 2009
@@ -26,6 +26,8 @@
 - Enh #29: Load classes through autoload instead of explicitly include them (Knut Urdalen)
 - Enh #31: Removing unnecessary use of LOG4PHP_DIR (Knut Urdalen)
 - Enh #34: Remove all internal debugging (Christian Grobmeier)
+- Enh #35: Replace LOG4PHP_LINE_SEP with PHP_EOL (Knut Urdalen)
+- Enh #38: Replace is_a() with instanceof (Knut Urdalen)
 - Enh: Initial port to PHP 5 (Knut Urdalen)
 - Enh: Established new unit test suite (Knut Urdalen)
 - Enh: Added a range of examples (Knut Urdalen)