| Current File : /home/jvzmxxx/wiki1/vendor/liuggio/statsd-php-client/CHANGELOG.md |
CHANGELOG for 1.x.x
===================
This changelog references the relevant changes (bug and security fixes) done
in 1.x.x minor.
To get the diff for a specific change, go to https://github.com/liuggio/statsd-php-client/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/liuggio/statsd-php-client/compare/v1.0.12...v1.0.13
### 1.0.14, 1.0.16
* fix minor casing issue
* php 5.3.2 instead of php5.2
### 1.0.13
* add changelog
* feature StatsdService abstracting Client/Factory usage
* feature Deal with sampling in StatsdService