From 26d8990e266131e10e93590eb7ab1d74bca90467 Mon Sep 17 00:00:00 2001 From: Michael Moussa Date: Mon, 3 Oct 2016 21:56:50 -0400 Subject: [PATCH] Add CHANGELOG for #6 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4de775..b5b20f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#6](https://github.com/zendframework/zend-expressive-router/pull/6) modifies `RouterInterface::generateUri` to + support an `$options` parameter, which may pass additional configuration options to the actual router. ### Deprecated