mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-10 08:17:06 +02:00
v0.3.9
This commit is contained in:
parent
9715e674b6
commit
cb8a9464b3
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (0.3.8)
|
||||
fluentd-ui (0.3.9)
|
||||
addressable
|
||||
bundler
|
||||
draper (~> 1.3)
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.3.8"
|
||||
VERSION = "0.3.9"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user