update changelog and update contributing document

This commit is contained in:
arvidn 2016-04-24 15:33:14 -04:00
parent 7251575d98
commit c1bb5c37fd
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,11 @@
For general contribution guidelines, see `www.contribution-guide.org`__
For general contribution guidelines, see `www.contribution-guide.org`__.
.. __: http://www.contribution-guide.org/
For general code style, see `c++ core guidelines`__.
.. __: http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
bug reporting checklist
.......................

View File

@ -1,3 +1,5 @@
* overhauled listen socket and UDP socket handling, improving multi-home
support and bind-to-device
* added new read_resume_data() function, initializing add_torrent_params
* removed deprecated fields from add_torrent_params
* deprecate "resume_data" field in add_torrent_params