diff --git a/CHANGELOG.md b/CHANGELOG.md index d05e66d..2838e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [v2.1.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0) - UNPUBLISHED +## [v2.2.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.2.0) - 2020-06-06 +### Added +- Support Shaarli extended format: allow tag in bookmark description + +### Changed +- Log to current working directory by default instead of library path +- Do not replace tab character to preserve bookmarks formatting + +### Fixed +- Error while trying to import a file without bookmarks +- Undefined time variable + +## [v2.1.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0) - 2018-10-06 ### Added - Add PHP 7.1 and 7.2 to the Travis test environments +- Add support for microsecond timestamps ### Changed - Update test dependencies +- Update regexes to PCRE2 for PHP 7.3 ### Removed - Drop support for PHP 5.3.x, 5.4.x and 5.5.x