aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
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*