From 546f2bccf544e3e4bd263fde6d75e5c40afc23da Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 1 Dec 2015 13:26:14 -0600 Subject: [PATCH] Added CHANGELOG for #202 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce2466d..7b414275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,10 @@ Third release candidate. where received configuration is unusable, instead of silently ignoring it. This is a small backwards compatibility break, but is done to eliminate difficult to identify issues due to bad configuration. +- [#202](https://github.com/zendframework/zend-expressive/pull/202) clarifies + that `RouterInterface` implements **MUST** throw a `RuntimeException` if + `addRoute()` is called after either `match()` or `generateUri()` have been + called. ## 1.0.0rc2 - 2015-10-20