Skip to content

Commit e42ed5a

Browse files
committed
update for release
1 parent 7a2838f commit e42ed5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.1.0
4+
5+
- Adds new method getTable() to Insert, Update, and Delete for getting the table being modified.
6+
- Implicitly nullable params are now explicitly nullable (PHP 8.4 compat).
7+
- Use ::class instead of ::CLASS.
8+
- Upgrade PHPStan to 1.0, add annotations as needed to soothe stan.
9+
- Add Github workflow.
10+
- Documentation fixes and updates.
11+
312
## 1.0.1
413

514
- Select::whereEquals() now handles empty array values

0 commit comments

Comments
 (0)