* [BUGFIX] Dogshell: Print usage when no argument is given on Python 3, [123][]
* [BUGFIX] DogStatsD: Do not modify metric-level `tags` parameters when `constant_tags` is set, [94][] (thanks [steven-liu][])
* [BUGFIX] DogStatsD: Fix thread-safety of the `[timed][]` decorator, [126][] (thanks [mgood][])
* [BUGFIX] ThreadStats: Do not modify metric-level `tags` parameters when `constant_tags` is set, [94][], [117][] (thanks [steven-liu][])
* [FEATURE] Dogshell: Add an `alert_type` option for `event post`, [120][] (thanks [drstevens][])
* [FEATURE] DogStatD: Set constant tags from `DATADOG_TAGS` environment variable, [114][] (thanks [ewdurbin][] )
* [FEATURE] DogStatsD: Support namespace, [118][]
* [FEATURE] ThreadStats: Set constant tags from `DATADOG_TAGS` environment variable, [114][] (thanks [ewdurbin][] )
* [FEATURE] ThreadStats: Support namespace, [118][]
* [IMPROVEMENT] API: Support real numerical data types in `Metrics`, [103][]
* [IMPROVEMENT] Dogshell: Attach hostname by default to event and metric posts, [122][]
* [IMPROVEMENT] DogStatsD: Discard `None` values, [119][] (thanks [dcrosta][])
* [IMPROVEMENT] DogStatsD: Import from top level, [105][]
* [IMPROVEMENT] Dogwrap: Trim output and update event format, [104][] (thanks [gnarf][])
* [OTHER] API: Adjust the documentation, [96][], [101][], [110][], [111][] (thanks [aristiden7o][], [emad][], [aknuds1][], [meawoppl][])
* [OTHER] Dogshell: Update misleading help message for `event stream`, [124][]