From 6b1d227385c5cde9696b1b90b7a0636e040bcdf3 Mon Sep 17 00:00:00 2001 From: Satbek Turganbayev Date: Thu, 30 Jan 2020 15:30:06 +0300 Subject: [PATCH] release 2.1.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdf794..298d787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [2.1.0] - 2020-01-30 +### Added +- Return ability to set loggers for a specific route +- Return ability to server and route to use custom loggers + +### Fixed +- Fix routes overlapping by *any pattern in route's path +- Fix req:redirect_to method + +## [2.0.1] - 2019-10-09 +### Fixed +- Fix installation paths to not contain extra directories + ## [2.0.0] - 2019-10-04 ### Added - Major rewrite since version 1.x