Mark cancellation support as new

This commit is contained in:
Dirk Baeumer 2016-04-13 13:38:20 +02:00
parent 3235a6c3fd
commit 084ebb64bf

View file

@ -154,7 +154,7 @@ interface NotificationMessage extends Message {
#### Cancellation Support
The base protocol now offers support for request cancellation. To cancel a request a notification message with the following properties is sent:
>**New:** The base protocol now offers support for request cancellation. To cancel a request a notification message with the following properties is sent:
_Notification_:
* method: '$/cancelRequest'