You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Migration-guide.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Table of contents:
36
36
*[v55.3+ Handlers' callbacks and other interfaces](#v553-handlers-callbacks-and-other-interfaces)
37
37
*[v56+ MacOS 10.9+ required to run](#v56-macos-109-required-to-run)
38
38
*[v57.1+ High DPI support on Windows](#v571-high-dpi-support-on-windows)
39
+
*[v66.0+ Linux patch that fixed HTTPS cache problems on pages with certificate errors was disabled](#v660-linux-patch-that-fixed-https-cache-problems-on-pages-with-certificate-errors-was-disabled)
39
40
40
41
41
42
@@ -295,3 +296,9 @@ option should have its value set to an empty string (a default now)
295
296
for High DPI support. In previous versions the default value was
296
297
"system_dpi" and if you have set it explicitilly in your application,
297
298
then you should change it to an empty string now.
299
+
300
+
## v66.0+ Linux patch that fixed HTTPS cache problems on pages with certificate errors was disabled
301
+
302
+
See Issue [#125](../../../issues/125) for more details.
0 commit comments