Skip to content

Commit

Permalink
add section on changes from 1.5 to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Apr 19, 2016
1 parent bf37b2c commit 61f1167
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS
@@ -1,3 +1,18 @@
#####################################
Major Changes between 1.6.x and 1.6.x
-------------------------------------
API
---
* librrd_th is gone. librrd is now fully thread-safe

RRD Graph
---------
* new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c)
* new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c)
* new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c)
* new CDEF function POW: a,b,POW -> a**b
* new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c

#####################################
Major Changes between 1.4.x and 1.5.x
-------------------------------------
Expand Down

0 comments on commit 61f1167

Please sign in to comment.