From 42841eca082d745594178591d2e0bada150a864b Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 8 Dec 2016 13:15:01 +0000 Subject: [PATCH] Update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 15b5ed8b..fc95d85f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ - Fix some validation issues - Switch to Makefile for front-end build tasks - Switch to Postgres based search + - Update travis to use aforementioned search and php 7.1 ## Version 0.0.17 (2016-11-25) - Add a basic search feature using Laravel Scout and Algolia (issue#38)