Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
R=mit@google.com

Review URL: https://codereview.chromium.org//2399123003 .
  • Loading branch information
lrhn committed Oct 7, 2016
1 parent 5ac9f73 commit 0ffc9c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 2.0.2
- Update README.md.

## 2.0.1
- Fix type warnings.

## 2.0.0
- Use configuration dependent imports to avoid having separate implementations
for `dart:io` and `dart:html`.
Expand Down
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -25,11 +25,6 @@ Please check out the [API docs](https://www.dartdocs.org/documentation/resource/

## Features and bugs

The current version of `resource.dart` depends on the `dart:io` library,
and doesn't work in the browser.
Use `package:resource/browser_resource.dart` in the browser until
further notice.

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: https://github.com/dart-lang/resource/issues
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: resource
version: 2.0.1
version: 2.0.2
description: Reading resource data from (package and other) files.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/resource
Expand Down

0 comments on commit 0ffc9c5

Please sign in to comment.