Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsouzaf committed Jan 17, 2024
1 parent fc8ca37 commit 5a06824
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @keichinger @jesko-plitt
* @jesko-plitt @rafaelsouzaf
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.4.0
=====

* (feature) Support Symfony 7.
* (improvement) Add reports on coverage when executing tests.
* (improvement) Add a new unit test.
* (internal) Move the existing test class to match bundle's tree.


1.3.0
=====

Expand Down
2 changes: 1 addition & 1 deletion tests/Sorter/Position/RelativePositionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ public function testMoveInListWithNameAbsent(): void

$this->assertEquals(['item1', 'item4', 'item2', 'item3'], $result);
}
}
}

0 comments on commit 5a06824

Please sign in to comment.