diff --git a/CHANGES.md b/CHANGES.md index 4038520f..310466b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,10 @@ # Changes -## 0.4.8 (2018-03-xx) +## 0.4.8 (2018-03-12) * Do not log WouldBlock error from socket accept + ## 0.4.7 (2018-03-11) * Fix panic on unknown content encoding diff --git a/README.md b/README.md index d88c662e..14a56cb9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Actix web is a simple, pragmatic, extremely fast, web framework for Rust. ## Example -```rust,ignore +```rust extern crate actix_web; use actix_web::*; diff --git a/build.rs b/build.rs index 6048cca9..bf2355e2 100644 --- a/build.rs +++ b/build.rs @@ -12,7 +12,7 @@ fn main() { let _ = fs::remove_file(f); // generates doc tests for `README.md`. skeptic::generate_doc_tests( - &["README.md", + &[// "README.md", "guide/src/qs_1.md", "guide/src/qs_2.md", "guide/src/qs_3.md",