diff --git a/Technotes/QuestionsAnswered.md b/Technotes/QuestionsAnswered.md new file mode 100644 index 000000000..6588642f4 --- /dev/null +++ b/Technotes/QuestionsAnswered.md @@ -0,0 +1,11 @@ +# Questions Answered + +#### How do I delete a feed? + +Select it in the sidebar, then hit the Delete key. Or choose Edit > Delete from the menubar. + +Note: you can delete multiple feeds, and you can delete folders. You can also undo if you change your mind. + +#### Why does Evergreen require the latest macOS? + +Since Evergreen is a nights-and-weekends project, we don’t have enough time to run and test on older versions of macOS. Most of the time it will require the most recent macOS. diff --git a/Technotes/README.md b/Technotes/README.md index b3e69e6ef..b6f35c883 100644 --- a/Technotes/README.md +++ b/Technotes/README.md @@ -10,3 +10,4 @@ [What Development, Alpha, Beta, and Final Mean for Evergreen](DevelopmentAlphaBeta.md)
[Hidden Preferences](HiddenPrefs.md) +[Questions Answered](QuestionsAnswered.md)