diff options
| author | Itay Grudev <itay-grudev@users.noreply.github.com> | 2018-10-04 14:29:21 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-04 14:29:21 +0000 | 
| commit | c6bc2a3e52701d1a0282bd9e3755a6d01fa629d7 (patch) | |
| tree | 0de40764328e27bef0d61e680b7277323a1a03f2 | |
| parent | Async socket processing (#49) (diff) | |
| download | singleapplication-c6bc2a3e52701d1a0282bd9e3755a6d01fa629d7.tar.xz | |
v3.0.13a
| -rw-r--r-- | CHANGELOG.md | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae3a03..62f9adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@  Changelog  ========= +__3.0.13a__ +---------- + +* Process socket events asynchronously +* Fix undefined variable error on Windows + +   _Francis Giraldeau_ +  __3.0.12a__  ----------  | 
