Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit d6ed237

Browse files
jakobr-googlemkustermann
authored andcommitted
Update change log and pubspec for release 0.1.2. (#11)
1 parent 38e2da9 commit d6ed237

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
* The endStream bit is now set on the requested frame, instead of on an empty
6+
data frame following it.
7+
* Added an `onTerminated` hook that is called when a TransportStream receives
8+
a RST_STREAM frame.
9+
310
## 0.1.1+2
411

512
* Add errorCode to exception toString message.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http2
2-
version: 0.1.1+2
2+
version: 0.1.2
33
description: A HTTP/2 implementation in Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/http2

0 commit comments

Comments
 (0)