This commit is contained in:
uu59 2014-12-01 14:07:59 +09:00
parent 9715e674b6
commit cb8a9464b3
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Release 0.3.9 - 2014/12/01
* [improve] Display current setting for each section.
https://github.com/fluent/fluentd-ui/pull/103
* [improve] Instantly current setting changing.
https://github.com/fluent/fluentd-ui/pull/105
* [improve] Reduce polling access for notification fetching.
Release 0.3.8 - 2014/11/19
* [improve] Recommended plugins are updated.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.8)
fluentd-ui (0.3.9)
addressable
bundler
draper (~> 1.3)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.8"
VERSION = "0.3.9"
end