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

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 258633006: Add a Cascade helper to Shelf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 8 months 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/shelf/lib/shelf.dart » ('j') | pkg/shelf/lib/src/cascade.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/CHANGELOG.md
diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md
index a8ec6164c0dac6c30a9331c0f3ab7d9b97a6c328..24f4db95af8a89e14cd1658787b83c12d3e09dbf 100644
--- a/pkg/shelf/CHANGELOG.md
+++ b/pkg/shelf/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.5.2
+
+* Add a `Cascade` helper that runs handlers in sequence until one returns a
+ response that's neither a 404 nor a 405.
+
## 0.5.1
* Add a `context` map to `Request` and `Response` for passing data among
« no previous file with comments | « no previous file | pkg/shelf/lib/shelf.dart » ('j') | pkg/shelf/lib/src/cascade.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698