Fixed a typo

This commit is contained in:
Cédric Belin
2018-11-09 20:26:37 +01:00
parent e90cb4536a
commit 643f8961d4

View File

@ -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.