summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1f40a68..2991d17 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,7 +10,9 @@ New "Like by URL" operation (contributed by dheadshot).
10 10
11Some search fixes regarding repeated matches. 11Some search fixes regarding repeated matches.
12 12
13The `export_csv` cmdline operation now exports the CSV files inside each user's `export/` subdirectory instead of the current directory. 13The `export_csv` cmdline operation now exports the CSV files inside a user's `export/` subdirectory instead of the current directory.
14
15All CSV files to be imported must now be stored inside a user's `import/` subdirectory instead of the current directory.
14 16
15Mastodon API: more timeline paging tunings (contributed by nowster). 17Mastodon API: more timeline paging tunings (contributed by nowster).
16 18