diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da68ea..7d635d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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