diff --git a/CHANGELOG b/CHANGELOG
index fc248f0835735c074e1b9aa9edd5d651c60ca3fd..c0a146e569dabdae743c1ccb43c146892dacacda 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,8 @@ EoX
 2020-08-04: code cleanup (_create_eox_record function)
             moved node tree from hardware.system.support to hardware.system
 2021-07-23: rewrite for CMK 2.0
+2021-07-30: moved parse function to utils
+
 
 
 Contract
@@ -21,6 +23,7 @@ Contract
 2019-08-13: chaged variable host_anme to _hostname for cmk1.5
 2020-08-04: moved node tree from hardware.system.support to hardware.system
             cleanup create_sn2info_record
+2021-07-30: moved parse function to utils
 
 
 PSIRT
@@ -54,3 +57,4 @@ All
 2021-07-23: rewritten for CMK 2.0
 2021-07-24: changed config file format/name to json, removed ConfigParser
 2021-07-25: removed sugestion and api_status plugins
+2021-07-30: renamed utils/ciscoapi.py to utils/inv_cisco_support.py