Mercurial > hg > isophonics-drupal-site
annotate vendor/sebastian/diff/ChangeLog.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 # ChangeLog |
Chris@14 | 2 |
Chris@14 | 3 All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. |
Chris@14 | 4 |
Chris@14 | 5 ## [2.0.1] - 2017-08-03 |
Chris@14 | 6 |
Chris@14 | 7 ### Fixed |
Chris@14 | 8 |
Chris@14 | 9 * Fixed [#66](https://github.com/sebastianbergmann/diff/pull/66): Restored backwards compatibility for PHPUnit 6.1.4, 6.2.0, 6.2.1, 6.2.2, and 6.2.3 |
Chris@14 | 10 |
Chris@14 | 11 ## [2.0.0] - 2017-07-11 [YANKED] |
Chris@14 | 12 |
Chris@14 | 13 ### Added |
Chris@14 | 14 |
Chris@14 | 15 * Implemented [#64](https://github.com/sebastianbergmann/diff/pull/64): Show line numbers for chunks of a diff |
Chris@14 | 16 |
Chris@14 | 17 ### Removed |
Chris@14 | 18 |
Chris@14 | 19 * This component is no longer supported on PHP 5.6 |
Chris@14 | 20 |
Chris@14 | 21 [2.0.1]: https://github.com/sebastianbergmann/diff/compare/c341c98ce083db77f896a0aa64f5ee7652915970...2.0.1 |
Chris@14 | 22 [2.0.0]: https://github.com/sebastianbergmann/diff/compare/1.4...c341c98ce083db77f896a0aa64f5ee7652915970 |