diff --git a/CHANGELOG.md b/CHANGELOG.md index fe844af..89c2ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v0.1.1](https://github.com/caxy/php-htmldiff/tree/v0.1.1) (2016-03-16) +[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.1.0...v0.1.1) + +**Features and Enhancements:** + +- Update TableDiff HTMLPurifier Initialization [\#35](https://github.com/caxy/php-htmldiff/pull/35) ([dbergunder](https://github.com/dbergunder)) + +**Miscellaneous:** + +- Update the README and add additional documentation [\#34](https://github.com/caxy/php-htmldiff/pull/34) ([jschroed91](https://github.com/jschroed91)) + ## [0.1.0](https://github.com/caxy/php-htmldiff/tree/0.1.0) (2016-03-10) [Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0) @@ -128,4 +139,7 @@ +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* + + \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/README.md b/README.md index 6d4de80..ed7ec34 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,9 @@ $config // Pass an instance of \Doctrine\Common\Cache\Cache to cache the calculated diffs. ->setCacheProvider(null) + // Set the cache directory that HTMLPurifier should use. + ->setPurifierCacheLocation(null) + // Group consecutive deletions and insertions instead of showing a deletion and insertion for each word individually. ->setGroupDiffs(true)