I have a question regarding the listed breaking changes: To my understanding the api changes from https://github.com/JetBrains/Exposed/pull/2095 should have been listed there too as introducing an additional parameter to an existing constructor/function is a breaking change in that already compiled code will no longer find the signatures without the new parameter, causing a NoSuchMethodError at runtime?
o
Oleg Babichev
07/17/2024, 7:37 AM
@Andreas Scheja Yes, you're right, thank you for mentioning, I'll update the changelog. The commit message was not marked with proper