How to see the changes in my code between two versions of my mpr?

2
Developing an application together, I often find myself wondering what code changed since the last time I saw it. Another use case is the registration of what I changed to solve a problem. Is there a way to determine the changes between versions? Is there a way to see what code was touched when?
asked
2 answers
1

That is not available yet, Mendix works on that feature.

answered
0

You cannot see the model changes at the moment. This is planned for our 3.0 release though, which will contain version control.

If you're referring to actual code changes which would be Java actions, you can just use a standard source control server for that like SVN.

answered