- 
    Wed Sep 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-2
    
- Improvements to ModuleIndex.update_from_defaults_directory()
  * Import each file in the directory as a merge rather than an overwrite so
    we can detect conflicts.
  * Modify the meaning of the 'strict' argument to fail if the merge would
    result in a conflict in the default stream setting of a module.
   
  
  - 
    Wed Sep 04 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-1
    
- Update to 2.8.0
- API Changes
  * Add Modulemd.Module.get_translation() - Retrieve the translations
    associated with a Modulemd.Module
  * Add ModuleIndex.update_from_defaults_directory() - Import defaults from a
    directory of yaml documents, such as fedora-module-defaults, optionally
    providing a second path containing overrides.
- Enhancements
  * Modulemd.ModuleIndex.update_from_file() now supports reading files
    compressed with gzip, bzip2 or xz. (Issue: #208)
  * Documentation updates
- Bugfixes
  * Assorted minor issues discovered by static analysis tools.
   
  
  - 
    Mon Aug 19 2019 Miro HronĨok <mhroncok@redhat.com> - 2.7.0-2
    
- Rebuilt for Python 3.8
   
  
  - 
    Thu Aug 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.7.0-1
    
- Update to 2.7.0
- Drop libmodulemd1 subpackage which is now packaged separately
- Add support for 'buildroot' and 'srpm-buildroot' arguments to components
   
  
  - 
    Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
   
  
  - 
    Wed Jul 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-1
    
- Update to 2.6.0
- New function ModuleIndexMerger.resolve_ext() allowing for strict merging
- Profile.get_description() now properly returns available translations
- Numerous documentation fixes
- Test improvements
   
  
  - 
    Wed May 29 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-2
    
- Fix memory issue with Module.search_streams() in the python bindings
   
  
  - 
    Wed May 22 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
    
- Update to 2.5.0 and 1.8.11
- Ensure that XMD is always emitted in the same order
- Add .clear_*() functions for all .add_*() functions
- Add ModuleStream.equals()
- Add ModuleIndex.get_default_streams()
   
  
  - 
    Mon May 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-1
    
- Update to 2.4.0 and 1.8.10
- Add ModuleStreamV2.clear_dependencies() and .remove_dependencies()
- Fix bugs and memory issues with the XMD python bindings
- Assorted documentation enhancements
   
  
  - 
    Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.3.1-1
    
- Update to 2.3.1
- Make Modulemd.Component.set_*() functions accept NULL
- Fix segmentation fault in XMD code due to improper memory management
- Fix incompatibility in python2-libmodulemd GObject overrides
- Fix assorted documentation issues