From 561611f067d89a11c22676a8d0e636dc8254e023 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 1 May 2020 13:46:19 +0200 Subject: [PATCH] doc --- doc/dev.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dev.md b/doc/dev.md index f1d75090..055f91dc 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -76,6 +76,8 @@ something in a sqlite / mysql DB and reads something from it. 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/05/01 Removed `next.jdbc` and postgres JDBC driver: 48304980 + 2020/04/23 Added `next.jdbc` and postgres JDBC driver: (- 51019836 48099780) = 2920kb added