Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldudek committed Mar 16, 2018
1 parent cccadf7 commit 511fa52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
@@ -1,8 +1,11 @@
# Next (1.1.0)
# Next (1.1.1)


# 1.1.0
- *BREAKING* Changed `MockEquatable` equation function to `equalTo(other: Any)`. This allows to record any type of value, not just types that conform to `MockEquatable`, greatly increasing how versatile this framework is
- Added `InstanceOf<T>` matcher
- Added `EqualTo` and `IdenticalTo` matchers

- Fixed issue where matching dictionaries with subset of equal keys could be successful, even if they contained different amount of entires (Thanks @karolus for spotting this!)

# 1.0.2

Expand Down

0 comments on commit 511fa52

Please sign in to comment.