We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee28e9 commit 801c715Copy full SHA for 801c715
CHANGELOG.md
@@ -1,28 +1,22 @@
1
# CHANGELOG
2
3
-## x.x.x
4
-
5
-> *20xx-xx-xx* (not released)
6
7
-> Description
8
9
-* Features:
10
- * none
11
-* Bug fixes:
12
13
14
15
## 0.9.0
16
17
+> *2020-12-09*
18
19
> Description
20
21
* Features:
22
+ * Support PHP 8
+ * Increase default sync timeout to 5 seconds
+ * Set --font-render-hinting=none in headless mode
23
* Bug fixes:
24
- * Fixed option keep aline
25
+ * Fixed keep alive option
+ * Fixed various phpdoc issues
+ * Fixed sending params to newer Chrome
+ * Fixed Wrench::connect() return value
+ * Avoid non-thread-safe getenv function
26
27
## 0.8.1
28
0 commit comments