docs: Fix typo, add PR refs

This commit is contained in:
Stein Magnus Jodal 2015-04-27 23:20:11 +02:00
parent f488a266ac
commit d2bc7aa459

View File

@ -4,16 +4,18 @@ Changelog
This changelog is used to track all major changes to Mopidy. This changelog is used to track all major changes to Mopidy.
v1.0.3 (unreleased) v1.0.3 (unreleased)
=================== ===================
- HTTP: An other follow-up to the pre 3.0 fixing. Since the tests aren't run - HTTP: Another follow-up to the pre 3.0 fixing. Since the tests aren't run for
for 2.3 we didn't catch that our previous fix wasn't sufficient. 2.3 we didn't catch that our previous fix wasn't sufficient. (Fixes:
(Fixes: :issue:`1153`) :issue:`1153`, PR: :issue:`1154`)
- Audio: Follow-up fix for :issue:`1097` still exhibits issues for certain - Audio: Follow-up fix for :issue:`1097` still exhibits issues for certain
setups. We are giving this get an other go by setting the buffer size to setups. We are giving this get an other go by setting the buffer size to
maximum 100ms instead of a fixed number of buffers. (Fixes: :issue:`1147`) maximum 100ms instead of a fixed number of buffers. (Fixes: :issue:`1147`,
PR: :issue:`1154`)
v1.0.2 (2015-04-27) v1.0.2 (2015-04-27)