From f28a98a9bec29c3398bb918b7e4fa4c205c4a31c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 7 Dec 2016 17:00:06 +0000 Subject: [PATCH] Mention Postgres search --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 24dc4797..15b5ed8b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ - Some minor style tweaks - Fix some validation issues - Switch to Makefile for front-end build tasks + - Switch to Postgres based search ## Version 0.0.17 (2016-11-25) - Add a basic search feature using Laravel Scout and Algolia (issue#38)