Skip to content

Commit a7da32a

Browse files
committed
Documented breaking change
1 parent 1c26236 commit a7da32a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ You can read the original problem specification and discussion [here](https://g
2323

2424
If your project has been impacted by this particular breaking change, you might consider reevaluate the correctness of the affected tests.
2525

26+
## Error Messages
27+
28+
Some error messages surrounded actual values in double quotes. Others surrounded the values in single quotes. In version 3.0.0 *all* values are surrounded in single quotes.
29+
30+
### Reason
31+
32+
Consistency.
33+
34+
### Fix
35+
36+
Amend all effected tests to expect single quotes instead of double quotes.
37+
2638
# Version 2.0.0
2739

2840
## ShouldRenderFileStream Method

0 commit comments

Comments
 (0)