From 893bf1df427fc905f650b00be4008292586975e4 Mon Sep 17 00:00:00 2001 From: Robin de Graaf Date: Sun, 7 Apr 2019 20:35:02 +0000 Subject: [PATCH] Small fixin' on the CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb8365..a1b555b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ _Changes_ Well, that had unintentional effects, didn't it? The whole idea of named routes was that names were unique. So requiring an HTTP method to work with them that way is against that exact notion. The following methods _obviously_ don't require passing in the HTTP method: -- `getRouteByName(string $httpMethod, string $name): ?Route` -- `buildRouteUrl(string $httpMethod, string $name, array $parameters = []): string` +- `getRouteByName(string $name): ?Route` +- `buildRouteUrl(string $name, array $parameters = []): string` Ahh, the beauty of pre-release software 😅