Skip to content

Commit

Permalink
[ultra] Fixing imports, changelog.
Browse files Browse the repository at this point in the history
Fixes ultra.test import (since otherwise I'd undo all the speedup
optimizations), adds some general updates to the CHANGELOG for 0.3.3
  • Loading branch information
David Jarvis committed Mar 16, 2015
1 parent 38bed23 commit baa0b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions src/ultra/hardcore.clj
Original file line number Diff line number Diff line change
@@ -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 {}))

Expand Down

0 comments on commit baa0b4a

Please sign in to comment.