- 
    Sun Aug 16 2020 Nick Rhodes <nrhodes91@gmail.com> - 0.19.0-1
    
- Added lsblk and blkid (PR 115)
- Fix flake8 warnings (PR 118)
- Filtering out update line in pcs status (PR 112)
   
  
  - 
    Mon Feb 03 2020 Nick Rhodes <nrhodes91@gmail.com> - 0.18.0-1
    
- Improvements to get_diff (PR 110)
   
  
  - 
    Wed Jul 03 2019 Nick Rhodes <nrhodes91@gmail.com> - 0.17.1-1
    
- Convert relative basedir to absolute path (PR 103)
   
  
  - 
    Sun Jun 16 2019 Nick Rhodes <nrhodes91@gmail.com> - 0.17.0-1
    
- Update diff function to use Popen.communicate() (PR 101)
   
  
  - 
    Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-2
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
   
  
  - 
    Sun Dec 02 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16.2-1
    
- Only report skipping default additional.conf file when using custom file
   
  
  - 
    Sun Nov 04 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16.1-1
    
- Revert previous --config release with argparse rewrite
- Add --config option for specifying custom a configuration file using optparse
- Filter the "ip address show" output to remove lines containing valid_lft XXsec preferred_lft XXsec
   
  
  - 
    Wed Oct 17 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16-1
    
- Add --config option for specifying custom a configuration file
   
  
  - 
    Sat Sep 15 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.15-1
    
- Added copy_dir function to recursively backup and diff directories
- Add ability to use copy_dir in additional.conf along with a file pattern match
   
  
  - 
    Tue Jul 31 2018 Paolo Gigante <paolo.gigante.sa@gmail.com> - 0.14-1
    
- Adjusted -w option to only overwrite specific tagged files
- Add option to compare existing files without gathering new data using the -C/--compare-only option
- Added the option to capture post data and compare to phases other than *.pre using the --pre option
- Added option to force a compare even id the phase does not contain "post" or "rollback" using the --force-compare option