If I use 'Change Signature' to rename the function and rename function parameters, it fails to update the parameters within the code of the function, i.e. it renames them within the function header but not the code.
I am seeing the same effect here. For now the work around is to run Change Signature twice, renaming the function its self separately to the parameters.