Hacker News new | ask | show | jobs
by dbdoskey 123 days ago
Actually they do change the native API quite a bit. Not in minor releases so much but in major releases
1 comments

They 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.