diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f201db..7588fabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 2.2 (2018-11-29) * Added possibility to configure directory with databases and messages, and manuaklly update them without updating composer * Constants `AbstractDatabase::DATABASE_PATH` and `AbstractDatabase::MESSAGES_PATH` now contain directory name instead of directory path +* Manual database update ## 2.1 (2018-05-08) * `AbstractDatabase::find()` now returns null when $fieldValue not found in index instead of throwing exception