annotate vendor/sebastian/object-enumerator/ChangeLog.md @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents 5311817fb629
children
rev   line source
Chris@2 1 # Change Log
Chris@2 2
Chris@2 3 All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
Chris@2 4
Chris@2 5 ## [3.0.3] - 2017-08-03
Chris@2 6
Chris@2 7 ### Changed
Chris@2 8
Chris@2 9 * Bumped required version of `sebastian/object-reflector`
Chris@2 10
Chris@2 11 ## [3.0.2] - 2017-03-12
Chris@2 12
Chris@2 13 ### Changed
Chris@2 14
Chris@2 15 * `sebastian/object-reflector` is now a dependency
Chris@2 16
Chris@2 17 ## [3.0.1] - 2017-03-12
Chris@2 18
Chris@2 19 ### Fixed
Chris@2 20
Chris@2 21 * Objects aggregated in inherited attributes are not enumerated
Chris@2 22
Chris@2 23 ## [3.0.0] - 2017-03-03
Chris@2 24
Chris@2 25 ### Removed
Chris@2 26
Chris@2 27 * This component is no longer supported on PHP 5.6
Chris@2 28
Chris@2 29 ## [2.0.1] - 2017-02-18
Chris@2 30
Chris@2 31 ### Fixed
Chris@2 32
Chris@2 33 * Fixed [#2](https://github.com/sebastianbergmann/phpunit/pull/2): Exceptions in `ReflectionProperty::getValue()` are not handled
Chris@2 34
Chris@2 35 ## [2.0.0] - 2016-11-19
Chris@2 36
Chris@2 37 ### Changed
Chris@2 38
Chris@2 39 * This component is now compatible with `sebastian/recursion-context: ~1.0.4`
Chris@2 40
Chris@2 41 ## 1.0.0 - 2016-02-04
Chris@2 42
Chris@2 43 ### Added
Chris@2 44
Chris@2 45 * Initial release
Chris@2 46
Chris@2 47 [3.0.3]: https://github.com/sebastianbergmann/object-enumerator/compare/3.0.2...3.0.3
Chris@2 48 [3.0.2]: https://github.com/sebastianbergmann/object-enumerator/compare/3.0.1...3.0.2
Chris@2 49 [3.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/3.0.0...3.0.1
Chris@2 50 [3.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0...3.0.0
Chris@2 51 [2.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0.0...2.0.1
Chris@2 52 [2.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/1.0...2.0.0
Chris@2 53