diff --git a/CHANGES.rst b/CHANGES.rst index 312ed68c7..fe6787265 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ Changes ======= +3.4.1 (2019-12-??) +------------------ + +HTTP2 support is now disabled by default when using the default Splash engine, +WebKit. We discovered that it does not work properly on some websites, which +results in ``network399`` errors or incorrect rendering (if those +``network399`` errors happen for HTML resources such as style of script files). + +It can be enabled with the :ref:`http2 ` argument, and with +:ref:`request:set_http2_enabled ` or +:ref:`splash-http2-enabled` in Lua scripts. + + 3.4 (2019-10-25) ----------------