From 730f2c97d997ea228d9a5b537f6b2f904023fd9b Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Wed, 2 Oct 2019 15:13:37 +0200
Subject: [PATCH] update changelog

---
 CHANGELOG.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f07af3..a59b8fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,10 @@ This document is user facing. Please word the changes in such a way
 that users understand how the changes affect the new version.
 -->
 
-version 1.1.0-dev
+version 2.0.0-dev
 ---------------------------
-+ memory runtime attributes are now Strings
-+ memory inputs for most tasks are now Strings, remaining Int memory inputs are renamed to "memoryGb"
++ Memory runtime attributes are now Strings indicating total memory, as opposed to Ints indicating memory per core.
++ Memory inputs for most tasks are now Strings, remaining Int memory inputs are renamed to "memoryGb".
 + Use the biowdl-input-converter container for JsonToYaml, to reduce the amount of containers needed.
 + Add biowdl-input-converter and remove SampleConfigToSampleReadgroupLists which it replaces.
 + GATK.GenotypeGVCFs: Increased memoryMultiplier from 2.0 to 3.0 
-- 
GitLab