Skip to content

Commit 988b4d4

Browse files
authored
Prepare package:cronet_http 1.2 for release (#1157)
1 parent 69f4eff commit 988b4d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## 1.2.0-wip
1+
## 1.2.0
22

33
* Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`.
44
* Fix a bug in the documentation where `isOwned` is used rather than
55
`closeEngine`.
6+
* Upgrade `package:jni` to 0.7.3 to fix a SIGSEGV caused by a null
7+
pointer dereference.
68

79
## 1.1.1
810

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cronet_http
2-
version: 1.2.0-wip
2+
version: 1.2.0
33
description: >-
44
An Android Flutter plugin that provides access to the Cronet HTTP client.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

0 commit comments

Comments
 (0)