Skip to content

Commit 44479f1

Browse files
committed
docs: Update changelog
1 parent a176404 commit 44479f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ For example, if the release version/tag is `3.2.1`, and PR# 107 is merged withou
4040

4141
* Initial job tests functionality, including `thor job_tests suite` command and `JobTest::CsvJob::Equal` test type https://github.com/lyrasis/kiba-extend/pull/246[PR#246]
4242
* `JobTest::CsvJob::Equal` job test type https://github.com/lyrasis/kiba-extend/pull/247[PR#247]
43+
* Add `mode` parameter to `Kiba::Extend::Job.output?` method.
44+
The purpose of this is to turn off warnings if a job is not necessarily expected to exist, such as may be defined in dynamic code.
45+
https://github.com/lyrasis/kiba-extend/pull/249[PR#249]
46+
* Add `Kiba::Extend::Job.registered?` method, to check for whether a job exists, without verifying it has output, or reporting errors/warnings if it does not.
47+
https://github.com/lyrasis/kiba-extend/pull/249[PR#249]
4348

4449
=== Bugfixes
4550

0 commit comments

Comments
 (0)