1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update AP changelog

This commit is contained in:
Łukasz Strzałkowski 2013-08-07 16:34:41 +02:00
parent 313f1f196a
commit 44bc45b014

View file

@ -1,3 +1,12 @@
* Introduce `BasicRendering` which is the most basic rendering implementation. It
allows to `render :text` and `render :nothing` without need of having ActionView.
*Łukasz Strzałkowski*
* Separate ActionView completely from ActionPack.
*Łukasz Strzałkowski*
* Development mode exceptions are rendered in text format in case of XHR request.
*Kir Shatrov*