From ed3d1313db6e9d0cc7668a6fa655d9f7b6a60e2d Mon Sep 17 00:00:00 2001 From: oscarotero Date: Sun, 5 Feb 2017 19:00:46 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- src/FastRoute.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc8e55..27858f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## UNRELEASED +## 0.4.0 - 2017-02-05 ## Changed diff --git a/src/FastRoute.php b/src/FastRoute.php index c846e95..29de232 100644 --- a/src/FastRoute.php +++ b/src/FastRoute.php @@ -96,6 +96,11 @@ public function process(ServerRequestInterface $request, DelegateInterface $dele return Utils\CallableHandler::execute($callable, $arguments); } + /** + * Return the resolver used for the controllers + * + * @return CallableResolverInterface + */ private function getResolver() { if (!isset($this->resolver)) {