From 9c8712c86f47838a42b75d0f75866d9e2c88580c Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Mon, 7 Jun 2021 22:17:34 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759a2f9..4de591d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. This projec to [Semantic Versioning] (http://semver.org/). For change log format, use [Keep a Changelog] (http://keepachangelog.com/). -## [2.0.0-beta2] - In progress +## [2.0.0-beta2] - 2021-06-07 ### Changed - `Router::isValid()` accepts a string value +- Add `RouteAttributes` interface in signature of method `RouterInterface::generate()` ## [2.0.0-beta1] - 2021-04-29