=== 0.2.X (ongoing, to be released as 0.3) ===

- Added print statements to all management commands
- Bugfix: Convertig CPU usage to float before sending to InfluxDB
- added `path` column to `default.django.request` series

=== 0.2 ===

- added `is_authenticated`, `is_staff` and `is_superuser` to
  `default.django.request` series.
- `is_ajax` now gets booleans instead of 1 or 0
- added `default.` to all series names
- added `INFLUXDB_DISABLED` setting
- added `influxdb_get_cpu_usage` command
- added `utils.query()` method
- also saving `request.get_full_path` in `default.django.request` series into
  `full_path` column

=== 0.1 ===
- Initial commit


# Suggested file syntax:
#
# === (ongoing) ===
# - this is always on top of the file
# - when you release a new version, you rename the last `(ongoing)` to the new
#   version and add a new `=== (ongoing) ===` to the top of the file
#
# === 1.0 ===
# - a major version is created when the software reached a milestone and is 
#   feature complete
#
# === 0.2 ===
# - a minor version is created when new features or significant changes have
#   been made to the software.
#
# === 0.1.1 ==
# - for bugfix releases, fixing typos in the docs, restructuring things, simply
#   anything that doesn't really change the behaviour of the software you
#   might use the third digit which is also sometimes called the build number.
