Skip to content

Commit

Permalink
Update CHANGELOG for v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Aug 15, 2019
1 parent f07d480 commit 2fbe628
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
* You can now pull the original exception (which may leak credentials via
stack trace) from a `ConstructorFailed` exception by calling the new
`getRealException()` method.
* Added `insertIgnore()` (Insert a row into the table, ignoring on key
collisions)
* Added `insertOnDuplicateKeyUpdate()` (Insert a row into the table; or if
a key collision occurs, doing an update instead)
* [#111](https://github.com/paragonie/easydb/issue/111):
`EasyStatement`: Don't fail with empty `IN()` statements

# Version 2.9.0

Expand Down

0 comments on commit 2fbe628

Please sign in to comment.