summaryrefslogtreecommitdiff
path: root/vendor/liuggio/statsd-php-client/CHANGELOG.md
blob: e7ee9a4499e67d4584ac6e41422751a9f62166af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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