diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2019-05-31 18:08:06 +0200 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-05-31 18:09:24 +0200 |
commit | 8e01c27dd9f3e16fdcae25faacf2b875fe6160f1 (patch) | |
tree | ca077910027b200e8debcb52ab36113548565998 | |
parent | ad831332f9a236bf966f40272e126ab89cc8d29b (diff) | |
download | sql-parser-8e01c27dd9f3e16fdcae25faacf2b875fe6160f1.zip sql-parser-8e01c27dd9f3e16fdcae25faacf2b875fe6160f1.tar.gz sql-parser-8e01c27dd9f3e16fdcae25faacf2b875fe6160f1.tar.bz2 |
Fix typos in changelog
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f16bc..a2f28e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [Unreleased] - ## [4.3.1] - 2019-01-05 @@ -83,7 +83,7 @@ ## [4.1.3] - 2017-04-06 -* Added suppport for DELETE ... JOIN clauses. +* Added support for DELETE ... JOIN clauses. * Changed BufferedQuery to include comments in output. * Fixed parsing of inline comments. @@ -237,7 +237,7 @@ * Misc: Added PHPUnit's Code Coverage 3.0 as a dependency. * Misc: Added support for PHP 5.4 back. * Misc: Removed dependency to Ctype. -* Misc: Repository transfered from @udan11 to @phpMyAdmin. +* Misc: Repository transferred from @udan11 to @phpMyAdmin. * Misc: Updated `.gitignore` to ignore `composer.lock`. * Misc: Updated Composer and Travis configuration for PHP 7 and PHPUnit 5. * Tools: Documented tags in `ContextGenerator`. |