Skip to content

Commit

Permalink
Missing items in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
phalcon committed Mar 19, 2014
1 parent 2c1a386 commit 8c5fa64
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
- Added method Phalcon_Model_Manager::getHasOneRecords

0 comments on commit 8c5fa64

Please sign in to comment.