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

Improve AP changelog regarding AV extraction [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-08-26 23:46:28 -03:00
parent cad50d2cff
commit 701664b56b

View file

@ -1,9 +1,9 @@
* Introduce `BasicRendering` which is the most basic rendering implementation. It
allows to `render :text` and `render :nothing` without need of having ActionView.
allows to `render :text` and `render :nothing` without depending on Action View.
*Łukasz Strzałkowski*
* Separate ActionView completely from ActionPack.
* Separate Action View completely from Action Pack.
*Łukasz Strzałkowski*