v2.0.14
This commit is contained in:
parent
9309203a3c
commit
20fceaef37
2 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,14 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
2.0.14 (2014-12-04)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- upgrade external wakatime package to v2.1.8
|
||||||
|
- fix UnicodeDecodeError when building user agent string
|
||||||
|
- handle case where response is None
|
||||||
|
|
||||||
|
|
||||||
2.0.13 (2014-11-30)
|
2.0.13 (2014-11-30)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
" Website: https://wakatime.com/
|
" Website: https://wakatime.com/
|
||||||
" ============================================================================
|
" ============================================================================
|
||||||
|
|
||||||
let s:VERSION = '2.0.13'
|
let s:VERSION = '2.0.14'
|
||||||
|
|
||||||
|
|
||||||
" Init {{{
|
" Init {{{
|
||||||
|
|
Loading…
Reference in a new issue