Updated CHANGELOG.md
This commit is contained in:
parent
518b23cd5f
commit
1be30d96e2
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [2.1.5] - Unreleased
|
||||
## [2.1.5] - 2023-07-06
|
||||
|
||||
### Fixed
|
||||
- `\TamerLib\tm > wait()` will output worker updates even if there are no jobs in the queue, this fixes a bug where
|
||||
|
|
|
@ -493,7 +493,6 @@
|
|||
}
|
||||
|
||||
$job_packet = self::$job_manager->getJob($job_id);
|
||||
|
||||
if(isset(self::$job_callbacks[$job_id]))
|
||||
{
|
||||
$callback = self::$job_callbacks[$job_id];
|
||||
|
|
Loading…
Add table
Reference in a new issue