diff --git a/Changes b/Changes index 19922e3..fcac682 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,7 @@ (suggested by Greg Ogonowski, greg AT indexcom.com) - Added the new option 'subject_prefix' in 'emailreports.pm' to be able to set a customized prefix in the Subject of the emails that will be sent. +- Added the ability to support port ranges in 'port.pm'. [#172] - Changed the main loop functionality using now the select() function, instead of the alarm()+pause() pair. This should improve the responsiveness on high system loads. [#230]