From 5bc59dc692bbde63bf9e94bf798607b40d4228f7 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 18 Apr 2020 21:04:34 +0200 Subject: [PATCH] Add dev note --- doc/dev.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/dev.md b/doc/dev.md index 2ffae17f..324e45c1 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -62,6 +62,9 @@ $ BABASHKA_XMX="-J-Xmx4g" script/compile Keep notes here about how adding libraries and classes to Babashka affects the binary size. We're registering the size of the macOS binary (as built on CircleCI). +2020/04/18 Added clojure.data.xml +47808572 - 45923028 = 1886kb added. + 2020/03/29 Added clj-yaml for parsing and generating yaml. 45196996 - 42626884 = 2570kb added.