Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Apr 23, 2021
1 parent 491b69a commit 8e1695d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
stack overflow happens in the XHR completion handler (mefyl #762).
- lwt_jsoo: Add test suite (mefyl #764).

- Cohttp.Header: new implementation (@lyrm #747)
- Cohttp.Header: new implementation (lyrm #747)

+ New implementation of Header modules using an associative list instead of a map, with one major semantic change (function ```get```, see below), and some new functions (```clean_dup```, ```get_multi_concat```)
+ More Alcotest tests as well as fuzzing tests for this particular module.
Expand Down Expand Up @@ -38,6 +38,7 @@

+ ```clean_dup``` enables the user to clean headers that follows the {{:https://tools.ietf.org/html/rfc7230#section-3.2.2} RFC7230§3.2.2} (no duplicate, except ```set-cookie```)
+ ```get_multi_concat``` has been added to get a result similar to the previous ```get``` function.
- Cohttp.Header: optimize internal of cohttp.headers (mseri #778)

## v4.0.0 (2021-03-24)

Expand Down

0 comments on commit 8e1695d

Please sign in to comment.