From d6e17fe13b0f16df3ae6719515710e9d8fa92f6e Mon Sep 17 00:00:00 2001 From: Alex Baranosky Date: Thu, 21 Mar 2013 22:45:53 -0700 Subject: [PATCH] update HISTORY --- HISTORY.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 858b204..79a2733 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,21 @@ -0.3.0.RC2 +0.3.0-RC5 +--------- + +* support nested `korma.db/transaction` calls (josephwilk) +* integrated with TravisCI + +0.3.0-RC4 +--------- + +* MS Access db config helper function (Vadim Geshel) +* bugfix in `do-query` w/ options (RingMan) + +0.3.0-RC3 +--------- + +* .... lost track, sorry, too lazy to backfill the history here, at least today + +0.3.0-RC2 --------- * Connection pool always returns a connection pool, use :make-pool? option to disable pool creation