# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.1.0 - 2018-05-01

### Added

### Added

- [#17](https://github.com/zendframework/zend-mvc-i18n/pull/17) adds support for PHP 7.1 and 7.2.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- [#17](https://github.com/zendframework/zend-mvc-i18n/pull/17) removes support for HHVM.

### Fixed

- [#10](https://github.com/zendframework/zend-mvc-i18n/pull/10) adds a missing import to `Traversable` in the `TranslatorAwareTreeRouteStack` class file.

## 1.0.0 - 2016-05-31

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#2](https://github.com/zendframework/zend-mvc-i18n/pull/2) updates the
  minimum required PHP version to 5.6.
- [#2](https://github.com/zendframework/zend-mvc-i18n/pull/2) marks zend-mvc
  versions less than 3.0.0 as conflicts.

## 0.1.0 - 2016-03-30

First (stable) release.

This component replaces the various i18n utilities in zend-mvc and zend-router,
and provides integration between each of those components and zend-i18n.

While this is a stable release, please wait to use it until a v3 release of
zend-mvc, which will remove those features, to ensure everything works together
as expected.

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.
