From dac6503345fad843bc3da88b4f43dea577178221 Mon Sep 17 00:00:00 2001 From: Ilyas Ronef Date: Sun, 26 Apr 2020 18:23:39 +0300 Subject: [PATCH] * CHANGELOG: Fixed misprints. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906690d..dcd3849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,7 +122,7 @@ ## Version 0.15.4 (2016-06-17) * \* `\ddTools::verifyRenamedParams`: Updated to 1.1.1: * \+ An ability to use multiple old names was added (see the `$compliance` parameter). - * \* Minor refactoring, code style and decsription changes. + * \* Minor refactoring, code style and description changes. ## Version 0.15.3 (2016-01-12) @@ -179,7 +179,7 @@ ## Version 0.13.1 (2015-08-17) * \* `\ddTools::sendMail`: The method was slightly changed to eliminate errors in PHP 5.4−5.6 during headers validation: - * \* All double `\r\n` and singe `\r\n` were replaced with single `PHP_EO`L. + * \* All double `\r\n` and singe `\r\n` were replaced with single `PHP_EOL`. * \* Leading or trailing `PHP_EOL`'s are now trimmed in email content.