diff --git a/Changes b/Changes index 0c7789aa..7ad9e0d3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ LIST OF CHANGES + - st::api::lims + - Removed batch_id constructor argument. It was used by the xml driver, + it is no longer required. + - Fix a bug in propagating driver details to children to ensure that + (1) a switch of the driver type does not happen; + (2) the database handle and the flowcell ID are passed to children + consistently. + - Removed provisions for the xml st::api::lims driver from the old samplesheet + generator npg::samplesheet. + - To avoid code repetitions, created a parent class for different samplesheet + generators and moved common code there. + - Extended the code for the samplesheet daemon to generate samplesheets for + NovaSeqX instruments. + - Removed remaining unused test data from the era of xml st::api::lims driver. + release 98.1.0 - Added a new method, latest_revision_for_modification, to npg_tracking::Schema::Result::Instrument to retrieve the latest modification