Skip to content

Commit 65b1794

Browse files
committed
Update CHANGELOG and README
1 parent 50a57e3 commit 65b1794

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v0.1.1](https://github.com/caxy/php-htmldiff/tree/v0.1.1) (2016-03-16)
4+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.1.0...v0.1.1)
5+
6+
**Features and Enhancements:**
7+
8+
- Update TableDiff HTMLPurifier Initialization [\#35](https://github.com/caxy/php-htmldiff/pull/35) ([dbergunder](https://github.com/dbergunder))
9+
10+
**Miscellaneous:**
11+
12+
- Update the README and add additional documentation [\#34](https://github.com/caxy/php-htmldiff/pull/34) ([jschroed91](https://github.com/jschroed91))
13+
314
## [0.1.0](https://github.com/caxy/php-htmldiff/tree/0.1.0) (2016-03-10)
415

516
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0)
@@ -128,4 +139,7 @@
128139

129140

130141

142+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
143+
144+
131145
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ $config
128128
// Pass an instance of \Doctrine\Common\Cache\Cache to cache the calculated diffs.
129129
->setCacheProvider(null)
130130

131+
// Set the cache directory that HTMLPurifier should use.
132+
->setPurifierCacheLocation(null)
133+
131134
// Group consecutive deletions and insertions instead of showing a deletion and insertion for each word individually.
132135
->setGroupDiffs(true)
133136

0 commit comments

Comments
 (0)