Statsd Changelog
================

Version 0.5.1
-------------

- Stop supporting IPv6. StatsD doesn't support it, and it breaks things.
- incr, decr, and gauge now support floating point values.

Version 0.5.0
-------------

- Add support for gauges.
- Add real docs and hook up ReadTheDocs.
- Add support for environment var configuration.


Version 0.4.0
-------------

- Look up IP addresses once per client instance.
- Support IPv6.


Version 0.3.0
-------------

- Improve StatsClient.timer.
- Remove nasty threadlocal stuff.
- Return result of StatsClient.timer.


Version 0.2.0
-------------

- Optional prefix for all stats.
- Introduce StatsClient.timer context decorator.
