From 39b8e9013a30740a094b0e2dd744a48e27bd4f82 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 6 Feb 2023 10:26:20 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453dd4a..936da37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ bool PDALPipelineIsStreamable(PDALPipelinePtr pipeline) bool PDALExecutePipelineAsStream(PDALPipelinePtr pipeline) ``` +NOTE: The methods that return strings have beeen slightly modified to guarantee a null terminated string return and that the length returned is that which would be returned by `strlen`. This may mean that there are small changes in the return value between version 2.2.0 and previous versions. # Version 2.1.1