@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
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+
813## [ 1.3.1] — 2020-01-14
914
1015* 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.
3540* Initial release of the PHPUnit Markup Assertions Composer package.
3641
3742
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
3945[ 1.3.1 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.3.1
4046[ 1.3.0 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.3.0
4147[ 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.
5359[ #26 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/26
5460[ #27 ] : https://github.com/stevegrunwell/phpunit-markup-assertions/pull/27
5561[ #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