Skip to content

Commit 432a010

Browse files
authored
Merge pull request #55 from shaarli/doc/changelog
2.2.0 CHANGELOG
2 parents 47e3baa + 87592e4 commit 432a010

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [v2.1.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0) - UNPUBLISHED
7+
## [v2.2.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.2.0) - 2020-06-06
8+
### Added
9+
- Support Shaarli extended format: allow <a> tag in bookmark description
10+
11+
### Changed
12+
- Log to current working directory by default instead of library path
13+
- Do not replace tab character to preserve bookmarks formatting
14+
15+
### Fixed
16+
- Error while trying to import a file without bookmarks
17+
- Undefined time variable
18+
19+
## [v2.1.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0) - 2018-10-06
820
### Added
921
- Add PHP 7.1 and 7.2 to the Travis test environments
22+
- Add support for microsecond timestamps
1023

1124
### Changed
1225
- Update test dependencies
26+
- Update regexes to PCRE2 for PHP 7.3
1327

1428
### Removed
1529
- Drop support for PHP 5.3.x, 5.4.x and 5.5.x

0 commit comments

Comments
 (0)