documentatin updates
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index d038b6f..8986e52 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,7 +11,9 @@
     case.  Added docs to Catalyst::Delta.
   - Official warning that Catalyst::Engine::PSGI is no longer supported and
     we will be removing any existing backcompat code for this engine in a
-    future release.
+    future release.  Other deprecations noted, see Catalyst::Delta.
+  - $c->res->has_body is now considered true if you've even once requested a
+    $c->res->write_fh or called $c->res->write.
 
 5.90059_003 - 2013-12-24
   - More documentation about alternative ways to setup middleware.