Skip to content

Commit 819008e

Browse files
committed
Update CHANGELOG for 2.1.0
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
1 parent c92c6c7 commit 819008e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ 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.1.0](https://github.com/shaarli/netscape-bookmark-parser/releases/tag/v2.1.0) - 2018-10-06
88
### Added
99
- Add PHP 7.1 and 7.2 to the Travis test environments
10+
- Add support for microsecond timestamps
1011

1112
### Changed
1213
- Update test dependencies
14+
- Update regexes to PCRE2 for PHP 7.3
1315

1416
### Removed
1517
- Drop support for PHP 5.3.x, 5.4.x and 5.5.x

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"role": "Developer"
1818
}
1919
],
20-
"keywords": ["bookmark", "link", "netscape", "parse"],
20+
"keywords": ["bookmark", "link", "netscape", "parser"],
2121
"autoload": {"files": ["NetscapeBookmarkParser.php"]},
2222
"autoload-dev": {
2323
"psr-4": {

0 commit comments

Comments
 (0)