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