From c5cb914564b00abd532fbcaa9aacaa4596462cfd Mon Sep 17 00:00:00 2001 From: Gaetano Giunta Date: Thu, 8 Dec 2022 09:22:30 +0100 Subject: [PATCH] Add to NEWS file missing introduction of `pinba_get_data` --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index acede49..56bde31 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ Pinba 1.1.0 09 Sep 2016 - Added pinba.auto_flush INI option to control automatic flush at the end of each request. Default value is On. - Reimplemented the extension using protobuf-c instead of C++ Protobuf lib. - Added memory_footprint field to the data (uses mallinfo() where available). +- Added pinba_get_data() function. - Added pinba_timers_get() function. - Added pinba_schema_set() function. - Added error message on hostname resolution failure.