diff options
author | Sibi Prabakaran <sibi@psibi.in> | 2020-05-30 19:48:32 +0530 |
---|---|---|
committer | Sibi Prabakaran <sibi@psibi.in> | 2020-06-12 22:46:08 +0530 |
commit | 17a5e656e198535e1ac96e811e8c49cd9a91958e (patch) | |
tree | 579bffc1eb35b523e5d3db2fb615ca6a9df66226 /changelog.md | |
parent | f3e2d5a59983a5cb8c364dbac169fa5ef16ebb51 (diff) | |
download | xmobar-17a5e656e198535e1ac96e811e8c49cd9a91958e.tar.gz xmobar-17a5e656e198535e1ac96e811e8c49cd9a91958e.tar.bz2 |
Update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 5a02fc4..161208e 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,8 @@ _New features_ - Optimize date plugin by avoiding calling getTimeZone for each of the time the date has to be updated. Instead, it's computed once at the start and re-used for each invocation. + - Optimize Weather and UVMeter plugin by using global Manager instead of + creating for each http request when useManager is explicitly configured as False. ## Version 0.33 (February, 2020) |