Skip to content

Commit

Permalink
finish up changelog for beets 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 11, 2013
1 parent 3b4e3d4 commit 99b4e25
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
-----------------------
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 99b4e25

Please sign in to comment.