1# Change Log 2 3All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. 4 5## [2.0.1] - 2017-02-18 6 7### Fixed 8 9* Fixed [#2](https://github.com/sebastianbergmann/phpunit/pull/2): Exceptions in `ReflectionProperty::getValue()` are not handled 10 11## [2.0.0] - 2016-11-19 12 13### Changed 14 15* This component is now compatible with `sebastian/recursion-context: ~1.0.4` 16 17## 1.0.0 - 2016-02-04 18 19### Added 20 21* Initial release 22 23[2.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0.0...2.0.1 24[2.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/1.0...2.0.0 25 26