summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-20 10:48:51 +0100
committerGravatar default2025-01-20 10:48:51 +0100
commitfab45bcd213f3a22ab8f115dacdbb5668a5a63b0 (patch)
tree8e06a5251ca16957707158ea3cac8ee561bd751c
parentDocumented the SNAC_BASEDIR environment variable. (diff)
downloadpenes-snac2-fab45bcd213f3a22ab8f115dacdbb5668a5a63b0.tar.gz
penes-snac2-fab45bcd213f3a22ab8f115dacdbb5668a5a63b0.tar.xz
penes-snac2-fab45bcd213f3a22ab8f115dacdbb5668a5a63b0.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 b99fadf..97cf0e4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -22,6 +22,8 @@ Mastodon API: implemented limit= on notification fetches (contributed by nowster
22 22
23Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. 23Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048.
24 24
25If the `SNAC_BASEDIR` environment variable is defined and set to the base directory of your installation, you don't have to include the base directory in the command line.
26
25## 2.68 27## 2.68
26 28
27Fixed regression in link verification code (contributed by nowster). 29Fixed regression in link verification code (contributed by nowster).