summaryrefslogtreecommitdiff
path: root/changelog
blob: edbd7faa6b7e8ff46da0c9cddcb3f3c697f83324 (plain)
1
2
3
4
5
6
7
8
9
10
11
* 0.1.0.0: Initial version.
* 0.1.1.0: Allow passing raw argument\/result dictionaries.
* 0.2.0.0: Async API have been removed, use /async/ package instead.
           Expose caller address in handlers.
* 0.2.2.0: Use bencoding-0.2.2.*
* 0.3.0.0: Use bencoding-0.3.*
           Rename Remote.* to Network.* modules.
* 0.4.0.0: IPv6 support.
* 0.4.0.1: Minor documentation fixes.
* 0.4.1.0: Use bencoding-0.4.*
* 0.4.1.1: Fixed build failure on GHC == 7.4.*