diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef84d9..3272178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 1.7.1 (5. April 2022) + ++ Added catch for throwable when parsing pdfs, also updated to latest version of `smalot/pdfparser`. + ## 1.7.0 (10. August 2021) + [#20](https://github.com/nadar/crawler/pull/20) Improve the strip tags for html parser in order to generate a more clean and readable output when `$stripTags` is enabled. Things like `

foo

bar

` are now handled as `foo bar` instead of `foobar`.