From 701664b56b69827bfb46a5acfddf81d3a81b5d09 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 26 Aug 2013 23:46:28 -0300 Subject: Improve AP changelog regarding AV extraction [ci skip] --- actionpack/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e7621270dd..8b78e0f801 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -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* -- cgit v1.2.3