annotate vendor/sebastian/diff/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 # ChangeLog
|
Chris@2
|
2
|
Chris@2
|
3 All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
Chris@2
|
4
|
Chris@2
|
5 ## [2.0.1] - 2017-08-03
|
Chris@2
|
6
|
Chris@2
|
7 ### Fixed
|
Chris@2
|
8
|
Chris@2
|
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@2
|
10
|
Chris@2
|
11 ## [2.0.0] - 2017-07-11 [YANKED]
|
Chris@2
|
12
|
Chris@2
|
13 ### Added
|
Chris@2
|
14
|
Chris@2
|
15 * Implemented [#64](https://github.com/sebastianbergmann/diff/pull/64): Show line numbers for chunks of a diff
|
Chris@2
|
16
|
Chris@2
|
17 ### Removed
|
Chris@2
|
18
|
Chris@2
|
19 * This component is no longer supported on PHP 5.6
|
Chris@2
|
20
|
Chris@2
|
21 [2.0.1]: https://github.com/sebastianbergmann/diff/compare/c341c98ce083db77f896a0aa64f5ee7652915970...2.0.1
|
Chris@2
|
22 [2.0.0]: https://github.com/sebastianbergmann/diff/compare/1.4...c341c98ce083db77f896a0aa64f5ee7652915970
|