diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/manual/cow_cookie.parse_cookie.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/manual/cow_cookie.parse_cookie.asciidoc b/doc/src/manual/cow_cookie.parse_cookie.asciidoc index 0b7393e..2975932 100644 --- a/doc/src/manual/cow_cookie.parse_cookie.asciidoc +++ b/doc/src/manual/cow_cookie.parse_cookie.asciidoc @@ -28,6 +28,10 @@ An exception is thrown in the event of a parse error. == Changelog +* *2.9*: Fixes to the parser may lead to potential incompatibilities. + A cookie name starting with `$` is no longer ignored. + A cookie without a `=` will be parsed as the value of + the cookie named `<<>>` (empty name). * *1.0*: Function introduced. == Examples |