mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
prepare for 0.8
This commit is contained in:
parent
8a914448c9
commit
36cf26f7b2
3 changed files with 12 additions and 2 deletions
10
CHANGES.md
10
CHANGES.md
|
|
@ -1,3 +1,13 @@
|
|||
|
||||
## 0.8
|
||||
|
||||
- bump to ocaml 4.04
|
||||
- Validate header key's character set (#15)
|
||||
- perf: simpler parsing of headers
|
||||
|
||||
- fix: workaround for css/js in `http_of_dir` (#16)
|
||||
- fix(urlencode): encode non ascii chars
|
||||
|
||||
## 0.7
|
||||
|
||||
- feat: add `rest_of_path_urlencoded` and rename `rest` to `rest_of_path`
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
opam-version: "2.0"
|
||||
version: "0.7"
|
||||
version: "0.8"
|
||||
authors: ["Simon Cruanes"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "MIT"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
opam-version: "2.0"
|
||||
version: "0.7"
|
||||
version: "0.8"
|
||||
authors: ["Simon Cruanes"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue