Updated CHANGELOG.md

This commit is contained in:
Netkas 2023-08-06 16:17:28 -04:00
parent 518b23cd5f
commit cf5837e005
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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];