From 273b621e06ababe55492e4d727bfe202592b0c3c Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Tue, 8 Aug 2017 00:32:26 +1000 Subject: [PATCH] Keep changes up to date --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2390c76..bdad013 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,8 +6,8 @@ - added [testing docs](/docs/Testing.md) - added [a new mental model](/docs/MentalModelOmnibus.md#on-dsls-and-machines) - added [a new FAQ entry](/docs/FAQs/When-Does-Dispatch-Happen.md) on dispatch processing - - added [a new FAQ entry](/docs/FAQs/DB_Normalisation.md) on representing normalised data in `app-db`. - - added [a new FAQ entry](/docs/FAQs/GlobalInterceptors.md) on how to register a global interceptor. + - added [a new FAQ entry](/docs/FAQs/DB_Normalisation.md) on representing normalised data in `app-db` + - added [a new FAQ entry](/docs/FAQs/GlobalInterceptors.md) on how to register a global interceptor #### Breaking