Skip to content

Commit 7ebf5d7

Browse files
committed
Light changelog reorganization
1 parent 23cb0a1 commit 7ebf5d7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/changelog.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ New features:
1818
query, items and albums will match *either* side of the comma. For example,
1919
``beet ls foo , bar`` will get all the items matching `foo` or matching
2020
`bar`. See :ref:`combiningqueries`. :bug:`1423`
21-
* An experimental new :doc:`/plugins/metasync` lets you get metadata from your
22-
favorite music players, starting with Amarok. :bug:`1386`
2321
* The autotagger's **matching algorithm is faster**. We now use the
2422
`Jellyfish`_ library to compute string similarity, which is better optimized
2523
than our hand-rolled edit distance implementation. :bug:`1389`
@@ -29,8 +27,10 @@ New features:
2927
up at the end of the list, after all the capital-letter artists.)
3028
You can turn this new behavior off using the :ref:`sort_case_insensitive`
3129
configuration option. See :ref:`query-sort`. :bug:`1429`
30+
* An experimental new :doc:`/plugins/metasync` lets you get metadata from your
31+
favorite music players, starting with Amarok. :bug:`1386`
3232
* :doc:`/plugins/fetchart`: There are new settings to control what constitutes
33-
**"acceptable" images**. The `minwidth` option constrains the minimum image
33+
"acceptable" images. The `minwidth` option constrains the minimum image
3434
width in pixels and the `enforce_ratio` option requires that images be
3535
square. :bug:`1394`
3636

@@ -55,8 +55,9 @@ Little fixes and improvements:
5555
:bug:`1422`
5656
* Fix a crash when the importer cannot open its log file. Thanks to
5757
:user:`barsanuphe`. :bug:`1426`
58-
* Fix an error when writing fields called `date` and `original_date` (which
59-
are not built-in beets fields). :bug:`1404`
58+
* Fix an error when trying to write tags for items with flexible fields called
59+
`date` and `original_date` (which are not built-in beets fields).
60+
:bug:`1404`
6061

6162
.. _Jellyfish: https://github.com/sunlightlabs/jellyfish
6263

0 commit comments

Comments
 (0)