Skip to content

Commit

Permalink
Update changelog for version 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 4, 2023
1 parent db592bc commit fb4ecfc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ Changes are documented in reverse chronological order by release.

### Deprecated

- Renamed the old namespace `P3\` to `pine3ree\`
- Renamed the old namespace `P3\` to `pine3ree\` and added temporary migration
file with old class names as aliases of the corresponding new ones.

### Changed

- Possible BC break: the `int` return type was removed from `PDO::exec()` as,
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`.

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

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


## 1.1.2 - 2023-10-04
Expand Down

0 comments on commit fb4ecfc

Please sign in to comment.