aboutsummaryrefslogtreecommitdiff
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).
Some search fixes regarding repeated matches.
-The `export_csv` cmdline operation now exports the CSV files inside each user's `export/` subdirectory instead of the current directory.
+The `export_csv` cmdline operation now exports the CSV files inside a user's `export/` subdirectory instead of the current directory.
+
+All CSV files to be imported must now be stored inside a user's `import/` subdirectory instead of the current directory.
Mastodon API: more timeline paging tunings (contributed by nowster).