Skip to content

Commit 5d58f4c

Browse files
committed
Fix changelog
1 parent 545ccdb commit 5d58f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This release improves the performance of parsing the response stream and fixes s
1515
````
1616
will result in `{ data: 'Foo\nBar\n\nBaz' }`
1717
18-
- If the `id` field is empty, the `last-event-id` header will no longer be sent on the next reconnect.
18+
- If the server sends an `id` field with an empty value, the last-event-id header will no longer be sent on the next reconnect.
1919
2020
### Removed
2121
- The internal `parseStream` function has been removed. The parse implementation was previously based on async generators, which required a lot of supporting code in both the typescript-generated polyfill as well as the javascript engine. The new implementation is based on simple callbacks, which should be much faster.

0 commit comments

Comments
 (0)