1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2017-02-08 01:09:26 +01:00
parent 349de845d2
commit 2202f7b296
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
devel
-----
* moved V8 code into a git submodule
this requires running the command
git submodule update --init --recursive
once after a source code update or fresh checkout
* updated V8 version to 5.7.0.0
* change undocumented behaviour in case of invalid revision ids in
If-Match and If-None-Match headers from 400 (BAD) to 412 (PRECONDITION
FAILED).