Skip to content

Commit dc9a9bc

Browse files
author
Alex Baranosky
committed
updating history with new features
1 parent 1b3442c commit dc9a9bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
1.3.2-SNAPSHOT
22
-------------
3+
* throws now accepts any extending Throwable. For example, this now passes:
4+
(throw (NullPointerException.)) => (throws Exception)
5+
* each item in the right hand side of =streams=> will evaluate lazily:
6+
(provided
7+
(volatile-fn) =streams=> [(throw (Exception.) (throw (Exception.)) :evaluates-succesfully]
38
* new function midje.sweet/expose-testables will allow you to write facts against
49
functions defined with the metadata of ^{:testable true} [or ^:testable,
510
or #^testable depending on which Clojure version you're running]

0 commit comments

Comments
 (0)