summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-05 14:59:13 +0000
committerGitHub <[email protected]>2020-05-05 14:59:13 +0000
commit4d7dff992d7aef6775744f91ce2766d164f4a5da (patch)
treede2e7c8d30e8ef7b9ac5865625ab308ff3c104d9 /CHANGELOG.md
parent670a6de77a0aee53296ac8741853cbec1b416f8d (diff)
parent1ca2cd491bc0f70aa2893c7e39e0389345a7728b (diff)
Merge #318v1.8.0
318: release 1.8.0 r=48d90782 a=48d90782 release 1.8.0 Co-authored-by: Valery Piashchynski <[email protected]> Co-authored-by: Valentin V / vvval <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 229609fd..b17ad8da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
CHANGELOG
=========
+v1.8.0 (05.05.2020)
+-------------------
+- Update goridge version to 2.4.0
+- Update PHP version to the 7.2 (currently minimum supported)
+- See the full milestone here: [link](https://github.com/spiral/roadrunner/issues?q=is%3Aclosed+milestone%3A1.8.0)
+
v1.7.1 (22.04.2020)
-------------------
- Syscall usage optimized. Now the data is packing and sending via 1 (or 2 in some cases) send_socket calls, instead of 2-3 (by @vvval)