From 643f8961d4d04c1d17771499fbe0ad8615650bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 9 Nov 2018 20:26:37 +0100 Subject: [PATCH] Fixed a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f03ee..1204cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## Version [0.1.1](https://github.com/sab-international/gitea.php/compare/v0.1.0...v0.1.1) -- Fixed [issue #1](https://github.com/sab-international/gitea.php/issues/1): the `PushEvent::jsonSerialize()` methods returns `"TODO"` strings. +- Fixed [issue #1](https://github.com/sab-international/gitea.php/issues/1): the `PushEvent::jsonSerialize()` method returns `"TODO"` strings. ## Version 0.1.0 - Initial release.