From 5523913a18f121dcc524cac346dd82cf1162e804 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Mon, 22 Aug 2022 14:37:42 +0200
Subject: [PATCH] Update changelog with memory change

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index be0e5a7..5f4fed5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,11 @@ that users understand how the changes affect the new version.
 -->
 version 5.1.0-dev
 ---------------------------
++ Move all memory notation to `KiB`, `MiB` and `GiB` from `K`, `M` and `G` 
+  previously. The WDL spec clearly distuingishes between SI and binary 
+  notations. Since Java always takes `K`, `M` and `G` to mean `KiB`, `MiB` and 
+  `GiB` this means java tasks such as GATK, FastQC and Picard will always 
+  receive enough memory now.  
 + Purple's `somaticRainfallPlot` output is now optional and included in
   the `plots` output as well.
 + Bedtools coverage's timeMinutes now defaults to `320`.
-- 
GitLab