From 1a75ba523c31bdac03a70d7cbcb86bd5b476db42 Mon Sep 17 00:00:00 2001 From: stakx Date: Sat, 23 Sep 2017 22:23:43 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9714eac..6bd9f607c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 ## Unreleased +#### Changed + +* Make setups for inaccessible internal members fail fast by throwing an exception (@stakx, #455) + #### Fixed * Make `SetupAllProperties` work correctly for same-typed sibling properties (@stakx, #442)