diff options
| author | default <nobody@localhost> | 2025-01-04 19:33:31 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-04 19:33:31 +0100 |
| commit | cea29e946373089f056ee49c7a87a0fca73325a4 (patch) | |
| tree | 5dea8bd263d6c7352c61fe9669023589cf0417b3 | |
| parent | fec602970f574fb9cbaeab1866c8e6388ba52d81 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
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). |