Using camelcase instead of all caps for constants

This commit is contained in:
Cédric Belin
2019-04-15 20:27:27 +02:00
parent 76e8cfa0a4
commit 21b2fc1fa3
4 changed files with 19 additions and 13 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## Version [0.3.0](https://github.com/sab-international/gitea.php/compare/v0.2.0...v0.3.0)
- Breaking change: removed `__toString()` methods from the model classes.
- Breaking change: using camelcase instead of all caps for constants.
- Modified the package layout.
- Updated the package dependencies.
## Version [0.2.0](https://github.com/sab-international/gitea.php/compare/v0.1.1...v0.2.0)
- Added `__toString()` methods to the model classes.
- Added the `TrackedTime` model.