diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-06-23 11:37:32 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-23 11:37:32 +0100 |
commit | 88a4e9be5533864e31d9f72297aa1071dce367a4 (patch) | |
tree | 30b9a9a7d7289e14dc49fb4b8ddd4c92898f7f3a | |
parent | 2a6c79efc6b979c5abbe32c7240f94e6cf79a53c (diff) |
Code markup
-rw-r--r-- | doc/CHANGES.md | 6 |
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 |