API changes 2019: update header.

This commit is contained in:
Sergey Patrikeev 2019-10-17 13:59:03 +03:00 committed by GitHub
parent 2d0962ad8f
commit 937ac91a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ title: Incompatible Changes in IntelliJ Platform and Plugins API 2019.*
Before documenting a breaking API change, please, make sure that the change cannot be avoided
in an alternative way.
APIs marked with @ApiStatus.Experimental or @ApiStatus.Internal don't need to be documented.
APIs marked with @ApiStatus.Experimental, @ApiStatus.Internal or @ApiStatus.ScheduledForRemoval don't need to be documented.
To document a new incompatible change, add a new line with the problem pattern
followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.