diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1550262..79120b4 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,26 +1,31 @@ # Purtle release notes +## Version 1.0.7 (2018-03-20) +* Add JSON-LD support +* Improve speed of N3Quoter::escapeLiteral +* Add ability to set BNodeLabeler to RdfWriterFactory::getWriter + ## Version 1.0.6 (2017-06-27) * Remove code for MediaWiki framework integration * Fix phpcs issues ## Version 1.0.5 (2017-01-18) * Do not double-quote quotes in NTriples format * Fix phpcs issues ## Version 1.0.4 (2016-09-15) * Fix writing strings with bad language tags * Fix escaping \a and \v ## Version 1.0.3 (2016-04-30) * Ensure correct state when short-circuitting in `RdfWriterBase::about` and `say`. ## Version 1.0.2 (2016-04-29) * Fixed homepage URL. ## Version 1.0.1 (2016-04-29) * Fixed PSR-4 class loader for test helpers. ## Version 1.0.0 (2016-04-29) Initial release