From 27a4107627f7fc6a4b82f1fd7d94964e47d18b47 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 6 Aug 2010 11:53:04 -0700 Subject: [PATCH] grammar and style in NEWS! --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 119ff4a2c..6caa0568c 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,7 @@ output). * Pause and resume imports. The "import" command now keeps track of its progress, so if you're interrupted (beets crashes, you abort the - process, an alien devours your motherboard...), beets will try to + process, an alien devours your motherboard, etc.), beets will try to resume from the point where you left off. The next time you run "import" on the same directory, it will ask if you want to resume. It accomplishes this by "fast-forwarding" through the albums in the @@ -31,7 +31,7 @@ that have badly encoded special characters. These changes are pretty fragile, so please report any bugs involving UnicodeErrors or SQLite ProgrammingErrors with this version. -* The destination paths (the library directory structure) now respects +* The destination paths (the library directory structure) now respect album-level metadata. This means that if you have an album in which two tracks have different album-level attributes (like year, for instance), they will still wind up in the same directory together.