| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 3de897a4ae0da967e5eb582da0a75d2c8dc77ee6..309bb4df8789ee1e75af6cfc011224cbb03a3cdf 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -57,7 +57,7 @@
|
| * `pub publish`
|
| * Warns if a package imports a package that's not a dependency from within
|
| `lib/` or `bin/`, or a package that's not a dev dependency from within
|
| - `test/` or `tool/`.
|
| + `benchmark/`, `example/`, `test/` or `tool/`.
|
| * No longer produces "UID too large" errors on OS X. All packages are now
|
| uploaded with the user and group names set to "pub".
|
| * No longer fails with a stack overflow when uploading a package that uses
|
|
|