From 14d385fa623e8724dc609ca859c678434680b770 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Fri, 17 May 2024 20:08:26 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c245c1..e9e87254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). -## [1.14.0 / 5.69.0] - 2024-05-?? +## [1.14.0 / 5.69.0] - 2024-05-17 ### Added - Add option to limit the memory of sandboxed process and the number of process in single sandbox through job object. (thanks Yeyixiao)