From 8c5fa646eeb7b3bb6cc42aaf2b8e468d2e3119b8 Mon Sep 17 00:00:00 2001 From: phalcon Date: Wed, 19 Mar 2014 13:57:49 -0600 Subject: [PATCH] Missing items in CHANGELOG --- CHANGELOG | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c98b2b757f5..f5cdd9dffe1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -325,6 +325,9 @@ - Refactored, improved and optimized build script (#1218) - Other bug fixes (#1051, #1131, #1040, #1275, #1392, #1396, #1399, #1425, #1426...) +1.2.6 + - Phalcon\Security::checkHash() now correctly handles non-bcrypt hashes (#1912) + 1.2.5 - Http\Cookie::__toString() will not throw exceptions (#1427) - Phalcon\Http\Cookie::__toString() will return a string value (#1428) @@ -343,6 +346,15 @@ - Fix Phalcon\Session\Bag::remove() (#1637) - Bug fixes in beanstalkd protocol implementation - Phalcon\Paginator\Adapter\Model returns correct results even when page number is incorrect (#1654) + - Bug fix: no arguments were passed to beforeMatch handler in Phalcon\Mvc\Router (#1556) + - Phalcon\Logger\Adapter::setLogLevel() is honored by transactions (#1716) + - Bug fixes in Phalcon\Db\Adapter\Pdo::describeColumns() (#1562) + - Phalcon\Session\Adapter::__destruct() now calls session_write_close() (#1624) + - Volt: fixed bug in email_filed() (#1723) + - Fixed PHP Notices in Phalcon\Debug::onUncaughtException() (#1683) + - Phalcon\Logger\Adapter::commit() clears the queue (#1748) + - Constant-time string comparison in Phalcon\Security::checkHash() (#1755) + - Fix phalcon_escape_multi() to generate valid UTF-8 (#1681) 1.2.4 - Fixed broken ACL inheritance (#905) @@ -937,4 +949,4 @@ Phalcon_Model_Base::sum, etc. to avoid SQL injections 0.2.6 - Fixed segfault when reading _SESSION superglobal when no session_start has been made - Added Phalcon_Cache with adapter File - - Added method Phalcon_Model_Manager::getHasOneRecords \ No newline at end of file + - Added method Phalcon_Model_Manager::getHasOneRecords