summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-09-04 09:49:27 +0200
committerGravatar default2024-09-04 09:49:27 +0200
commitae815746d5e261b09dbf0821f98e8b3264b9cdd8 (patch)
tree0d4d64fc586d11e86ac619666b27519639921ee9
parentIf style.css does not exist, it's created with the default one. (diff)
downloadpenes-snac2-ae815746d5e261b09dbf0821f98e8b3264b9cdd8.tar.gz
penes-snac2-ae815746d5e261b09dbf0821f98e8b3264b9cdd8.tar.xz
penes-snac2-ae815746d5e261b09dbf0821f98e8b3264b9cdd8.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 997ead5..334b0d4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -14,6 +14,8 @@ The actor `Person` object now includes a `featured` property, that returns the l
14 14
15The delete post button can now be hidden server-wise (it's not very useful and clutters the space). 15The delete post button can now be hidden server-wise (it's not very useful and clutters the space).
16 16
17The lists of pinned and bookmarked posts are directly accesible from the private timeline.
18
17## 2.57 19## 2.57
18 20
19Added support for listening on UNIX-like sockets. 21Added support for listening on UNIX-like sockets.