- **NEW**: added `std` cargo feature, on by default. Disable to use in `no_std` environments. - **NEW**: implement `fmt::Display` and `std::error::Error` for `httparse::Error`. - **NEW**: Relicense under dual license of MIT or Apache-2.0.
1.1.2
- **FIX**: skip empty lines before the start of a request or response
1.1.1
- **FIX**: Correctly return `Error` when method or path have illegal values
1.1.0
- **NEW**: `httparse::parse_chunk_size` function added
1.0.0
- **NEW**: `httparse::Request` and `httparse::Response`