From dcc4c6e3137e237f861b24a4b07e49e9a39dca07 Mon Sep 17 00:00:00 2001 From: Sebastian Rapetti Date: Tue, 25 Jul 2017 12:30:22 +0200 Subject: [PATCH] v0.20.2 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbf223d..9cf34f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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/). +## [v0.20.2](https://github.com/linna/framework/compare/v0.20.1...v0.20.2) - 2017-07-25 + +### Added +* `Linna\Http\Router` option `rewriteModeOffRouter` + +### Fixed +* `Linna\Http\Router` when work in write mode off +* tests updated + ## [v0.20.1](https://github.com/linna/framework/compare/v0.20.0...v0.20.1) - 2017-07-17 ### Fixed