# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 3.1.1 - 2018-04-30

### Added

- Nothing.

### Changed

- [#8](https://github.com/zendframework/zend-xml2json/pull/8) ensures that tests against PHP 7.2 are not allowed to fail.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 3.1.0 - 2017-10-16

### Added

- [#5](https://github.com/zendframework/zend-xml2json/pull/5) adds support for
  PHP 7.1 and 7.2.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- [#1](https://github.com/zendframework/zend-xml2json/pull/1) removes an
  obsolete `@deprecated` annotation.

- [#5](https://github.com/zendframework/zend-xml2json/pull/5) removes support
  for PHP 5.5. The code likely still runs on that version, but we no longer
  support it.

- [#5](https://github.com/zendframework/zend-xml2json/pull/5) removes support
  for HHVM.

### Fixed

- Nothing.

## 3.0.0 - 2016-03-31

First release as a standalone component. Previous versions were shipped as
`Zend\Json\Json::toXml()` within the [zend-json](https://github.com/zendframework/zend-json)
package.

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.
