From: Oleg Broytman Date: Thu, 12 Jun 2014 13:56:51 +0000 (+0400) Subject: Update changelogs X-Git-Tag: v4.6.0~31 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=339a47d774cc3fd2096ad4f5d7756da1bf0cd731 Update changelogs --- diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 92300df..92cb624 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -6,19 +6,16 @@ WHAT IS IT bookmarks.html. -WHAT'S NEW in version 4.5.7 +WHAT'S NEW in version 4.6.0 (2014-06-??) + + Split simple robot: separate network operations and + URL handling/HTML parsing. Change parse_html to parse strings, not files. Split parse_html/__init__.py into __main__.py. - Add ChangeLog. - - -WHAT'S NEW in version 4.6.0 (2014-06-??) - - Split simple robot: separate network operations and - URL handling/HTML parsing. + Adapt JSON storage to recent Mozilla export format. WHERE TO GET diff --git a/doc/ChangeLog b/doc/ChangeLog index 62879a3..f83c649 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,12 +1,13 @@ -WHAT'S NEW in version 4.6.0 +WHAT'S NEW in version 4.6.0 (2014-06-??) Split simple robot: separate network operations and URL handling/HTML parsing. - Adapt JSON storage to recent Mozilla export format. + Change parse_html to parse strings, not files. + Split parse_html/__init__.py into __main__.py. -WHAT'S NEW in version 4.5.7 + Adapt JSON storage to recent Mozilla export format. Add ChangeLog.