diff options
author | Saku Ytti <saku@ytti.fi> | 2016-09-28 16:27:13 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-09-28 16:27:13 +0300 |
commit | 78fe9955de28422aa44dcada687cf3f9f70976dc (patch) | |
tree | 80b60cf6e4fb610a3ae0131f2d2a420e824b08b5 /CHANGELOG.md | |
parent | e638e7c9685d375afbfba2949943da1c542dae53 (diff) |
update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b85c055..e23ed34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0 17.3 +- FEATURE: "nil", "false" and "true" in source (e.g. router.db) are interpeted as nil, false, true. Empty is now always considered empty string, instead of in some cases nil and some cases empty string. +- FEATURE: support tftp as input model (@MajesticFalcon) +- FEATURE: add alvarion model (@MajesticFalcon) +- FEATURE: detect if ssh wants password terminal/CLI prompt or not +- FEATURE: node (group, model, username, password) resolution refactoring, supports wider range of use-cases +- BUGFIX: fetch for file output (@danilopopeye) +- BUGFIX: net-ssh version specification +- BUGFIX: routeros, catos, pfsense + # 0.16.3 - FEATURE: pfsense support (by @stokbaek) - BUGFIX: cumulus prompt not working with default switch configs (by @nertwork) |