cli: display an error if no ip is given

also bump the version to 0.2.4.1 with this fix.
This commit is contained in:
Teemu Rytilahti
2017-03-26 03:19:44 +02:00
parent b1cc0fd3f6
commit 23e51a8686
3 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
Changelog
=========
0.2.4 (2017-03-20)
0.2.4.1 (2017-03-26)
------------
- Cli: display an error if no ip is given. [Teemu Rytilahti]
0.2.4 (2017-03-26)
------------------
- Add new client tool (#42) [Teemu R]