changelog.md in dayrb-2.0.4 vs changelog.md in dayrb-2.0.5

- old
+ new

@@ -1,5 +1,11 @@ +2.0.5 -- 09/18/2024 +------------------- +* Bug fix: Replaced deprecated File.exists? method with .exist? +* Bug fix: Replaced (seemingly) deprecated yaml/dbm library - using psych directly instead to load config yaml file. +* Bug fix: Reorganized YAML file bootstrapping code to ensure we always load config data (previously a bootstrap run would not initialize config data class variables) + 2.0.4 -- 03/20/14 ------------------- * Updated help documentation to be more clear about abbreviated commands and descriptions, and also added some examples. * Added confirmation for delete and clear commands. @@ -20,10 +26,10 @@ * Now available as a gem! 'gem install dayrb' * Reorganized directory structure for gem generation ### Bug Fixes: -* Changed shebang to user /usr/bin/env ruby instead of /usr/bin/ruby. +* Changed shebang to use /usr/bin/env ruby instead of /usr/bin/ruby. * Fixed some spec regressions. 2.0.1 -- 08/12/14 ------------------