Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: pkg/glob/CHANGELOG.md

Issue 725263002: Fix a bogus exception in Glob. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/glob/lib/src/list_tree.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/glob/CHANGELOG.md
diff --git a/pkg/glob/CHANGELOG.md b/pkg/glob/CHANGELOG.md
index 409bdec35e1a921b93313053f5a727e994c2c3cf..4a1e3528d20277c2d8f97d4284bf9f682af24bc2 100644
--- a/pkg/glob/CHANGELOG.md
+++ b/pkg/glob/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.0.3
+
+* Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
+ exceptions when a directory didn't exist on the filesystem.
+
## 1.0.2
* Fixed `Glob.list()` on Windows.
« no previous file with comments | « no previous file | pkg/glob/lib/src/list_tree.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698