@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.4.0] – 2022-12-28
9
+
10
+ * Force UTF-8 encoding for better support for non-Latin character sets ([ #35 ] )
11
+ * Move away from deprecated classes in laminas/laminas-dom ([ #32 ] )
12
+
8
13
## [ 1.3.1] — 2020-01-14
9
14
10
15
* Fix PHPUnit warnings regarding ` assertContains() ` and ` assertRegExp() ` . Props [ @jakobbuis ] ( https://github.com/jakobbuis ) ([ #20 ] , [ #27 ] , [ #28 ] )
@@ -35,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
35
40
* Initial release of the PHPUnit Markup Assertions Composer package.
36
41
37
42
38
- [ Unreleased ] : https://github.com/stevegrunwell/phpunit-markup-assertions/compare/master...develop
43
+ [ Unreleased ] : https://github.com/stevegrunwell/phpunit-markup-assertions/compare/main...develop
44
+ [ 1.4.0 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.4.0
39
45
[ 1.3.1 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.3.1
40
46
[ 1.3.0 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.3.0
41
47
[ 1.2.0 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.2.0
@@ -53,3 +59,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
53
59
[ #26 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/26
54
60
[ #27 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/27
55
61
[ #28 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/28
62
+ [ #32 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/32
63
+ [ #35 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/35
0 commit comments