aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 287f7521c..ceb18995b 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -24,9 +24,9 @@
* Capistrano now caches themes in `shared/themes`. Run the `deploy:setup` task
to create the shared directory before making a new code deploy.
* If you handle attachment text in your theme, note that:
- * FoiAttachment#body will always return a binary encoded string
- * FoiAttachment#body_as_text will always return a UTF-8 encoded string
- * FoiAttachment#default_body will return a UTF-8 encoded string for text
+ * `FoiAttachment#body` will always return a binary encoded string
+ * `FoiAttachment#body_as_text` will always return a UTF-8 encoded string
+ * `FoiAttachment#default_body` will return a UTF-8 encoded string for text
content types, and a binary encoded string for all other types.
# Version 0.21