Add uint32 changes to the changelog (#44)

This commit is contained in:
Natalie Weizenbaum 2021-01-06 13:52:14 -08:00 committed by GitHub
parent d9e8414382
commit a17ee56446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
## 1.0.0-beta.6
* Changed `CompileResponse.id` and `ProtocolError.id` from `int32` to `uint32`
to match the type of all other ID fields.
* Added protocol versions and created this changelog.
* Added the `VersionRequest` and `VersionResponse` messages.

View File

@ -1,4 +1,4 @@
## The Embedded Sass Protocol (pending 1.0.0-beta.6)
## The Embedded Sass Protocol (1.0.0-beta.6)
* [Overview](#overview)
* [RPCs](#rpcs)