Skip to content

Commit

Permalink
New version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mck89 committed Jul 23, 2024
1 parent f5c4786 commit 645ec21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.16.2-dev"
"dev-master": "1.16.3-dev"
}
}
}
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
==========

#### 1.16.3
* Removed implicitly nullable parameter declarations for PHP 8.4 compatibility

#### 1.16.2
* Fixed bug where a regex that started with `/=` raised a syntax error

Expand Down

0 comments on commit 645ec21

Please sign in to comment.