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

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 252393007: Make sure handler errors won't bring down a shelf server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/README.md » ('j') | pkg/shelf/README.md » ('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..0807097ebb9f41a403831bf9327d71f4b058f95f 100644
--- a/pkg/shelf/CHANGELOG.md
+++ b/pkg/shelf/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.5.1+1
+
+* Capture all asynchronous errors thrown by handlers if they would otherwise be
+ top-leveled.
+
+* Add more detail to the README about handlers, middleware, and the rules for
+ implementing an adapter.
+
## 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/README.md » ('j') | pkg/shelf/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698