aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-05-10 10:31:11 -0700
committerBrett Profitt <brett.profitt@gmail.com>2012-05-10 10:31:11 -0700
commit3d5db88999fbafa1d1ac6f0dedf01d692c2a968c (patch)
tree74fc5f4bacece7f8ea2f850abfce2bfd5fc6d18f /CHANGES.txt
parent319500f0b54baa05286098f51407b3966a51121d (diff)
downloadelgg-3d5db88999fbafa1d1ac6f0dedf01d692c2a968c.tar.gz
elgg-3d5db88999fbafa1d1ac6f0dedf01d692c2a968c.tar.bz2
Fixes #4372. Using elgg_view_friendly_time() in river entries.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cabfd604b..2a3339c95 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,10 @@ Version 1.8.5
an account with Twitter.
* Files: PDF files are downloaded as "inline" to display in the browser.
+ API:
+ * River entries' timestamps use elgg_view_friendly_time() and can be
+ overridden with the friendly time output view.
+
Version 1.8.4
(April 24, 2012 from https://github.com/Elgg/Elgg/tree/1.8)