From 3774d640bdae1725c937d50e44d7c01dce9d1170 Mon Sep 17 00:00:00 2001 From: Dmytro Sokil Date: Thu, 29 Nov 2018 20:59:30 +0200 Subject: [PATCH] manual database update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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