Notifying developers about background push / APNs policy changes?

As I see, from time to time Apple changes some of their policy, like for background pushes. E.g.: Now we always need to show the user an alert for every background push, meaning none of them can be silent. The silent ones don't even arrive after a while. (Apple's reasons are clear and I see them as valid.) Is there a way in which I as a developer can get notified about such policy changes in advance? Some news letter or something alike. Even a "watch out something is going to change next Monday with push on iOS version x.y and on never iOS versions" would be useful so I can test things intensively, so not the users have to suffer the consequences for a while, till I even notice the problem and then implement a solution. Thanks!