summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2013-09-11 16:08:18 -0700
committerAdrian Sampson <adrian@radbox.org>2013-09-11 16:08:18 -0700
commit99b4e25ac22136a4399fc3d49800db1224a33e1e (patch)
tree1ad77f748550ebbcf4d68fa6fc9f407c3e5489b6
parent3b4e3d47f5211e04e982e65af637e303d3007f9a (diff)
finish up changelog for beets 1.3.0v1.3.0
-rw-r--r--docs/changelog.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d2df94cae..2f5a8e4a8 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).