Skip to content

Commit

Permalink
added changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
szaliszali committed Sep 19, 2018
1 parent 5eaf9b1 commit 11a68f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
3.0 - 2018-??-??
Breaking changes:
+ Registration of value retrievers and comparers changes from `RegisterValueComparer(___)` to `ValueComparers.Register(___)`

New Features:
+ Separate addition of default and non-default value comparers https://github.com/techtalk/SpecFlow/pull/1257
+ ComparisonException indicates which value comparer was used for each difference https://github.com/techtalk/SpecFlow/issues/1253
+ Check for non-default constructors using case-insensitive comparison https://github.com/techtalk/SpecFlow/pull/1265
+ Syntax and structural changes in value retriever/comparer registration https://github.com/techtalk/SpecFlow/pull/1260

2.4 - 2018-08-20
New Features:
Expand Down

0 comments on commit 11a68f2

Please sign in to comment.