Hi, if you mean source mappings then yes, you should rebuild your project (eclipse in my case).
gradlew eclipse
Mappings provide translations for decompiled names, eg func_225623_a_(…) -> render(…). You are not required to update them, but it's lot simpler to work with human readable names than with auto-generated)