Skip to content

Commit 461bcb6

Browse files
committed
docs: release notes for the v1.0.3 version
Closes #2
1 parent f824952 commit 461bcb6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## [v1.0.3](https://github.com/josantonius/php-exception-handler/releases/tag/v1.0.3) (2022-09-29)
4+
5+
* The notation type in the test function names has been changed from camel to snake case for readability.
6+
7+
* Functions were added to document the methods and avoid confusion.
8+
9+
* Disabled the ´CamelCaseMethodName´ rule in ´phpmd.xml´ to avoid warnings about function names in tests.
10+
11+
* The alignment of the asterisks in the comments has been fixed.
12+
13+
* Tests for Windows have been added.
14+
15+
* Tests for PHP 8.2 have been added.
16+
317
## [v1.0.2](https://github.com/josantonius/php-exception-handler/releases/tag/v1.0.2) (2022-08-11)
418

519
* Fixed error when validating method names. Now it will throw exception if it is an empty string.

0 commit comments

Comments
 (0)