Bug 25642: Fix description of new feature in update_dbix_class_files.pl
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 5 Jun 2020 12:38:52 +0000 (16:38 +0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Jun 2020 08:30:01 +0000 (10:30 +0200)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

misc/release_notes/release_notes_20_05_00.html
misc/release_notes/release_notes_20_05_00.md

index 3dc09d0..1353834 100644 (file)
@@ -2501,7 +2501,7 @@ have already been fixed in maintainance releases)</p>
 <h3 id="devtools">Dev tools</h3>
 
 <p>A number of developer tools and processes have been refined
-- misc/devel/update_dbix_class_files.pl now defaults to using koha-conf.xml so you are not required to always append parameters now to run the script
+- misc/devel/update_dbix_class_files.pl learned a new option --koha-conf to use values from koha-conf.xml so you are not required to always append parameters now to run the script
 - The installer files are now translatable using the pootle process
    - A new YAML format has been migrated to for the installer files
    - A new command line script may be used to load the new yaml formatted installer files manually where required
index 452aefc..ac2de19 100644 (file)
@@ -1942,7 +1942,7 @@ Some significant technical changes were made behind the scenes in this release a
 ### Dev tools
 
 A number of developer tools and processes have been refined
-- misc/devel/update_dbix_class_files.pl now defaults to using koha-conf.xml so you are not required to always append parameters now to run the script
+- misc/devel/update_dbix_class_files.pl learned a new option --koha-conf to use values from koha-conf.xml so you are not required to always append parameters now to run the script
 - The installer files are now translatable using the pootle process
    - A new YAML format has been migrated to for the installer files
    - A new command line script may be used to load the new yaml formatted installer files manually where required