From 431bd78b9ef60cde6c458f686a5bcd6cb1cd997b Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Thu, 4 Oct 2012 16:03:35 -0400 Subject: [PATCH] Changelog for library-style namespaced package. --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index e95f9cb..dbc1438 100644 --- a/Readme.md +++ b/Readme.md @@ -107,6 +107,11 @@ Version History Current: +* Created a library-style unified package that will work with namespace-based + autoloading introduced in PHP 5.3. This is the same parser, but packaged + differently. It is available separatedly from the two other available + packages, and requires PHP 5.3. + * The following HTML 5 elements are treated as block elements when at the root of an HTML block: `article`, `section`, `nav`, `aside`, `hgroup`, `header`, `footer`, and `figure`. `svg` too.