From 1fb4c3026a9f5482e3ed952613905eb27497218e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 11 Oct 2015 16:37:28 -0400 Subject: [PATCH 1/2] Fix version support in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 126df76e..3e407206 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,6 @@ html5ever exclusively uses UTF-8 to represent strings. In the future it will su The code is cross-referenced with the WHATWG syntax spec, and eventually we will have a way to present code and spec side-by-side. -html5ever tracks Rust nightly, for now. Support for the stable Rust 1.x compilers is planned, however. +html5ever builds against the official stable releases of Rust, though some features are only supported on nightly releases. [API documentation]: http://doc.servo.org/html5ever/index.html From d987e5b0417df2d39d3ecd7f920986d0492d22a6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 11 Oct 2015 19:03:48 -0400 Subject: [PATCH 2/2] s/features/optimizations/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e407206..09e19df8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,6 @@ html5ever exclusively uses UTF-8 to represent strings. In the future it will su The code is cross-referenced with the WHATWG syntax spec, and eventually we will have a way to present code and spec side-by-side. -html5ever builds against the official stable releases of Rust, though some features are only supported on nightly releases. +html5ever builds against the official stable releases of Rust, though some optimizations are only supported on nightly releases. [API documentation]: http://doc.servo.org/html5ever/index.html