diff options
Diffstat (limited to 'vendor/league/commonmark/UPGRADE.md')
| -rw-r--r-- | vendor/league/commonmark/UPGRADE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/league/commonmark/UPGRADE.md b/vendor/league/commonmark/UPGRADE.md index 15bace7226..cfe5cc4c6f 100644 --- a/vendor/league/commonmark/UPGRADE.md +++ b/vendor/league/commonmark/UPGRADE.md @@ -1,5 +1,9 @@ # Upgrade Instructions +## 0.18.0 + +No breaking changes were introduced, but we did add a new interface: `ConverterInface`. Consider depending on this interface in your code instead of the concrete implementation. (See #330) + ## 0.17.0 ## Minimum PHP version |
