blob: fcca58ff87f39ea6a89b56a06d97be96e528c595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
CHANGELOG
=========
v0.2.0 (2020-07-16):
Additions:
* Add `FastCgiRequest::path_mut()` method from `conduit::RequestExt`.
v0.1.1 (2020-07-16):
Fixes:
* Use the correct status code header to fix 500 error on Apache with
mod_fastcgi.
v0.1.0 (2020-07-04):
First public release.
vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
|