diff options
| author | Itay Grudev <itay@grudev.com> | 2016-11-27 11:11:14 +0000 | 
|---|---|---|
| committer | Itay Grudev <itay@grudev.com> | 2016-11-27 11:13:38 +0000 | 
| commit | 0e590cd8c08a652835a455260697c7233f483cc1 (patch) | |
| tree | 0e5714dac01c0e412f26c90623a5aedc6f5e0876 | |
| parent | Fix crash when username contains Unicode characters on Windows (#17) (diff) | |
| download | singleapplication-0e590cd8c08a652835a455260697c7233f483cc1.tar.xz | |
SingleApplication v3.0.2av3.0.2a
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | README.md | 2 | 
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 915de22..7358d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@  Changelog  ========= +__3.0.2a__ +---------- + +*   Fixed bug on Windows when username containing wide characters causing the +    library to crash. + +    _Le Liu_ +  __3.0.1a__ --------- +----------  *   Allows the application path and version to be excluded from the server name      hash. The following flags were added for this purpose: @@ -227,7 +227,7 @@ be user wide.*  Versioning  ---------- -The current library versions is `3.0.1a`. +The current library versions is `3.0.2a`.  Each major version introduces either very significant changes or is not  backwards compatible with the previous version. Minor versions only add  | 
