Note for RoM modmodders
If you've done python changes to RoM's python files in your modmods you'll probably have to update your modmod if your changes were done into CvGameUtils.py or to CvEventManager.py. RoM 2.8 will not have those files anymore, instead there will be RoMGameUtils.py and RoMEventManager.py. However you shouldn't modify these but to create your own python files and then load them with BUG mod's xml config files (kind of modular python system).
If you've done python changes to RoM's python files in your modmods you'll probably have to update your modmod if your changes were done into CvGameUtils.py or to CvEventManager.py. RoM 2.8 will not have those files anymore, instead there will be RoMGameUtils.py and RoMEventManager.py. However you shouldn't modify these but to create your own python files and then load them with BUG mod's xml config files (kind of modular python system).