0.8.2
- Allow
expected!()
to accept a&'static str
expression, not just a literal. (#361) - Use
BTreeSet`` in
ExpectedSet`` for deterministic ordering. (#336) - Add enabled-by-default
std
feature that can be disabled to build on no-std + alloc (#336) - Fix regression with
impl Trait
return types (#319)