From 80903209aeb976f49d15c0a38df7322c657c5ee7 Mon Sep 17 00:00:00 2001 From: Rougin Royce Gutib Date: Fri, 23 Feb 2018 11:14:44 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 908a8d06..a77bce33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to `Slytherin` will be documented in this file. ## [0.9.5](https://github.com/rougin/slytherin/compare/v0.9.4...v0.9.5) - 2017-02-23 +### Changed +- Unit test cases +- `LICENSE.md` + ### Fixed - Returning templates from `Template\Renderer` with insensitive-case +### Removed +- Dependency of `Dispatcher` in `FastRouteDispatcher` and `PhrouteDispatcher` + ## [0.9.4](https://github.com/rougin/slytherin/compare/v0.9.3...v0.9.4) - 2017-02-07 ### Fixed