Add ChangeLog

This commit is contained in:
Gregory Soutade 2014-12-31 11:24:01 +01:00
parent 3dd4ddfaed
commit 5ed9bbbae8
2 changed files with 11 additions and 1 deletions

10
ChangeLog Normal file
View File

@ -0,0 +1,10 @@
v0.2 (31/12/2014)
** User **
Add referers_diff display plugin
Add year statistics in month details
** Dev **
Add istats_diff interface
** Bugs **
Forgot <body> tag

View File

@ -130,7 +130,7 @@ class IWLA(object):
ANALYSIS_CLASS = 'HTTP'
API_VERSION = 1
IWLA_VERSION = '0.1'
IWLA_VERSION = '0.2'
def __init__(self, logLevel):
self.meta_infos = {}