7 ms·
Actually they do change the native API quite a bit. Not in minor releases so much but in major releases
by dbdoskey 7mo ago
Actually they do change the native API quite a bit. Not in minor releases so much but in major releases
- eps 7mo agoThey depricate some methods (very rarely and reasonably) and add new enums or struct versions to existing ones, but never change existing semantics, leave alone method signatures. As I said elsewhere, I invite you to find examples of actually destructive Native API changes.