diff --git a/CHANGELOG.md b/CHANGELOG.md index cde7e18e..7c806a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 3.4.2 - TBD + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 3.4.1 - 2019-12-10 ### Added @@ -24,7 +46,7 @@ All notable changes to this project will be documented in this file, in reverse - [#179](https://github.com/zendframework/zend-code/pull/179) fixes exception message when invalid value provided in `Zend\Code\Generator\ValueGenerator`. -- [#180](https://github.com/zendframework/zend-code/pull/190) fixes PHP 7.4 compatibility. +- [#180](https://github.com/zendframework/zend-code/pull/180) fixes PHP 7.4 compatibility. ## 3.4.0 - 2019-10-06 diff --git a/README.md b/README.md index 74370770..f5a37def 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # zend-code +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to [laminas/laminas-code](https://github.com/laminas/laminas-code). + [![Build Status](https://secure.travis-ci.org/zendframework/zend-code.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-code) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-code/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-code?branch=master)