Skip to content

Commit f818eaa

Browse files
committed
docs: add latest fix to changelog
1 parent 187bded commit f818eaa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.5] - 2020-09-25
10+
### Fixed
11+
- Throw exception instead of getting a php warning when calling to non-running resource (Thanks to [@Daemant](https://github.com/Daemant) in [PR #42](https://github.com/multitheftauto/mtasa-php-sdk/pull/42))
12+
913
## [1.0.4] - 2020-07-25
1014
### Changed
1115
- Use array unpackaging instead of using `call_user_func_array` in ResourceCall class
@@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5458
### Added
5559
- Initial release
5660

57-
[Unreleased]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.4...HEAD
61+
[Unreleased]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.5...HEAD
62+
[1.0.5]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.4...v.1.0.5
5863
[1.0.4]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.3...v1.0.4
5964
[1.0.3]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.2...v1.0.3
6065
[1.0.2]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.1...v1.0.2

0 commit comments

Comments
 (0)