Skip to content

Commit

Permalink
Update changelog for release 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Oct 5, 2023
1 parent c998484 commit 68f0c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changes are documented in reverse chronological order by release.

## 1.2.x
## 1.2.0 - 2023-10-05

### Deprecated

Expand All @@ -15,7 +15,7 @@ Changes are documented in reverse chronological order by release.
per pdo-docs, it may also return `false`

- Possible BC break: the string return type declaration was removed from
PDO::lastInsertId() as, per pdo-docs it may also return `false`.
`PDO::lastInsertId()` as, per pdo-docs it may also return `false`.

- BC break: lastInsertId() now returns `false` if not connected instead of the
empty string. When migrating from previous versions we suggest to simply
Expand Down

0 comments on commit 68f0c20

Please sign in to comment.