forked from premiere/premiere-libtorrent
update changelog and update contributing document
This commit is contained in:
parent
7251575d98
commit
c1bb5c37fd
|
@ -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
|
||||
.......................
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue