diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c65ddb..3e2e137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 0.3.3 * Add a bugfix for a colorscheme configuration issue that was introduced in 0.3.0 + * Bugfix for test initialization and configuration when running `lein test` + * Cleanup of middleware by refactoring into standalone functions borrowed from Whidbey. * Add a custom escape hatch for `datomic.db.Db` objects that can't be printed at the moment. ## 0.3.2 diff --git a/src/ultra/hardcore.clj b/src/ultra/hardcore.clj index 8a00b9d..b7558a0 100644 --- a/src/ultra/hardcore.clj +++ b/src/ultra/hardcore.clj @@ -1,9 +1,7 @@ (ns ultra.hardcore "See what I did there?" (:require [clojure.tools.nrepl.server] - [robert.hooke :refer [add-hook]] - [ultra.test] - )) + [robert.hooke :refer [add-hook]])) (def configured? (atom {}))