From 1ecc13f8cadfd1929f16c39bb39d6135ce61d031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 13 Nov 2018 12:59:10 +0100 Subject: [PATCH 1/2] bump changelog from !9 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29efd05d..b7ad69fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,11 @@ Version 1.5.1 - remove inexistant `person.css` file - fix bug in accompanying person validation -Branch `Similarity` -================== +Branch `master` +============== + +From branch `Similarity` +------------------------ - Add an column with fullname canonical (lowercase and unaccent) to persons entity ; - Add a trigram index on fullname canonical ; From 5591a9cfcc7c3dbcfddf5f52ba33246a7114914d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 13 Nov 2018 21:56:14 +0100 Subject: [PATCH 2/2] bump to version 1.5.2 --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ad69fc0..90f1e60ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,9 @@ Version 1.5.1 - remove inexistant `person.css` file - fix bug in accompanying person validation -Branch `master` +Version 1.5.2 ============== -From branch `Similarity` ------------------------- - - Add an column with fullname canonical (lowercase and unaccent) to persons entity ; - Add a trigram index on fullname canonical ; - Add a "similar person matcher", which allow to detect person with similar names when adding a person ;