From 5e91ba19e4abc910def567e2c75921688355d671 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 12 May 2015 18:40:06 -0700 Subject: [PATCH] docs(readme): remove warning about incompatible changes That it's version 0.x already states that it isn't marked stable yet. And the minor version is now properly bumped when there are breaking changes. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index da4e3e5d..8a131f5d 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,6 @@ complex web applications written entirely in Rust. The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper). -__WARNING: Hyper is still under active development. The API is still changing -in non-backwards-compatible ways without warning.__ - ## Example Hello World Server: