Skip to content

Commit

Permalink
correction changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlin committed Aug 28, 2019
1 parent 22cb052 commit 898a454
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -60,4 +60,3 @@ build/gccarch
tests/_cache tests/_cache


.php_cs.cache .php_cs.cache
.idea
3 changes: 0 additions & 3 deletions CHANGELOG-4.0.md
Expand Up @@ -11,11 +11,8 @@
- Fixed `Phalcon\Cache\InvalidArgumentException` to extend Phalcon\Exception - Fixed `Phalcon\Cache\InvalidArgumentException` to extend Phalcon\Exception
- Fixed `Phalcon\Collection\Exception` to extend Phalcon\Exception - Fixed `Phalcon\Collection\Exception` to extend Phalcon\Exception
- Fixed `Phalcon\Storage\Adapter\AbstractAdapter::initSerializer` to throw exception if `null === $this->serializerFactory && null === $this->serializer` [#14324](https://github.com/phalcon/cphalcon/issues/14324) - Fixed `Phalcon\Storage\Adapter\AbstractAdapter::initSerializer` to throw exception if `null === $this->serializerFactory && null === $this->serializer` [#14324](https://github.com/phalcon/cphalcon/issues/14324)

## Fixed
- Fixed `Phalcon\Storage\Adapter\Redis::getAdapter()` to provide a persistent id for redis persistent connection [#14334](https://github.com/phalcon/cphalcon/issues/14334) - Fixed `Phalcon\Storage\Adapter\Redis::getAdapter()` to provide a persistent id for redis persistent connection [#14334](https://github.com/phalcon/cphalcon/issues/14334)



# [4.0.0-beta.2](https://github.com/phalcon/cphalcon/releases/tag/v4.0.0-beta.2) (2019-08-18) # [4.0.0-beta.2](https://github.com/phalcon/cphalcon/releases/tag/v4.0.0-beta.2) (2019-08-18)


## Fixed ## Fixed
Expand Down

0 comments on commit 898a454

Please sign in to comment.