From 68b001105d84f5ab82e5134c4f4d32fa17f9eac3 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Mon, 26 Aug 2019 13:53:14 +0200 Subject: [PATCH] ubiquiti version cleanup --- Changes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index a5e2fb1f..e105b77b 100644 --- a/Changes +++ b/Changes @@ -2,14 +2,15 @@ Version 3.69 (2019-xx-xx) [ENHANCEMENTS] - * duplex support for ciscosb - * report all vendor names in lowercase - * sprinkle "use warnings" and "use strict" around + * #350 ubiquiti version string cleanup (LBegnaud) + * #352 duplex support for ciscosb + * #353 report all vendor names in lowercase + * #353 sprinkle "use warnings" and "use strict" around [BUG FIXES] - * doc fixes: report all required mibs for each module as based on code - * include fixes: don't include modules already imported from parent classes + * #353 doc fixes: report all required mibs for each module as based on code + * #353 include fixes: don't include modules already imported from parent classes Version 3.68 (2019-04-28)