File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.1.1] - 2018-05-01
9+
10+ ### Added
11+
12+ - Add Servers informations on homepage
13+ - Add Vhosts informations on homepage
14+ - Add Vhosts interpretation on homepage to open defined hostname by project
15+
816## [ 2.1] - 2018-04-05
917
1018### Added
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ docker run --rm node npm -v
137137To open default home page in browser
138138
139139``` shell
140- make home
140+ make homepage
141141```
142142
143143### Hosts
You can’t perform that action at this time.
0 commit comments