From 99b4e25ac22136a4399fc3d49800db1224a33e1e Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 11 Sep 2013 16:08:18 -0700 Subject: [PATCH] finish up changelog for beets 1.3.0 --- docs/changelog.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d2df94cae7..2f5a8e4a86 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -1.3.0 (in development) ----------------------- +1.3.0 (September 11, 2013) +-------------------------- Albums and items now have **flexible attributes**. This means that, when you want to store information about your music in the beets database, you're no @@ -33,6 +33,10 @@ match *nothing* instead of *everything*. So if you type ``beet ls fieldThatDoesNotExist:foo``, beets will now return no results, whereas previous versions would spit out a warning and then list your entire library. +There's more detail than you could ever need `on the beets blog`_. + +.. _on the beets blog: http://beets.radbox.org/blog/flexattr.html + 1.2.2 (August 27, 2013) ----------------------- @@ -1341,7 +1345,7 @@ issue involves correct ordering of autotagged albums. * BPD now uses a pure-Python socket library and no longer requires eventlet/greenlet (the latter of which is a C extension). For the curious, the - socket library in question is called `Bluelet`_. + socket library in question is called `Bluelet`_. * Non-autotagged imports are now resumable (just like autotagged imports).