- 
    Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 1:1.302135-1
    
- Update to 1.302135
  - Make sure all hubs, events, and contexts get a unique (per run) id
  - Use a common generator for unique(enough) id's (not UUIDs)
   
  
  - 
    Mon Mar 12 2018 Paul Howarth <paul@city-fan.org> - 1:1.302133-1
    
- Update to 1.302133
  - Make sure event puts the uuid into the about facet
  - Add method to validate facet data
  - Add Test2::Event::V2 event class, and context helpers
  - Improve how events handle facets
  - Break out meta_facet_data
  - Document and fix Facets2Legacy
  - Fix nested and in_subtest to look at hub facets
  - Fix event->related and trace with uuid
   
  
  - 
    Thu Mar 08 2018 Paul Howarth <paul@city-fan.org> - 1:1.302130-1
    
- Update to 1.302130
  - Make hubs tag events with a new facet
   
  
  - 
    Tue Mar 06 2018 Petr Pisar <ppisar@redhat.com> - 1:1.302128-1
    
- Update to 1.302128
  - Add optional UUID tagging
   
  
  - 
    Thu Feb 22 2018 Paul Howarth <paul@city-fan.org> - 1:1.302125-1
    
- Update to 1.302125
  - Make it possible to disable IPC
  - Fix a test to skip without threads
   
  
  - 
    Tue Feb 06 2018 Paul Howarth <paul@city-fan.org> - 1:1.302122-1
    
- Update to 1.302122
  - Add 'mode' to render facet
   
  
  - 
    Mon Feb 05 2018 Paul Howarth <paul@city-fan.org> - 1:1.302121-1
    
- Update to 1.302121
  - Update Copyright
  - Add 'render' facet
   
  
  - 
    Thu Nov 30 2017 Paul Howarth <paul@city-fan.org> - 1:1.302120-1
    
- Update to 1.302120
  - Fix IPC reload bug
   
  
  - 
    Wed Nov 29 2017 Paul Howarth <paul@city-fan.org> - 1:1.302118-1
    
- Update to 1.302118
  - Added pre-subtest hook to Test2::API (GH#801)
  - ipc_wait now reports exit and signal values
  - Add better interface for ipc_wait
  - Fix event Out of Order bug
  - Add driver_abort() hook for IPC Drivers
   
  
  - 
    Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302113-1
    
- Update to 1.302113
  - Fix test on threaded 5.8
  - Fix SIGPIPE in IPC test
  - Mark t/Test2/regression/gh_16.t as usually AUTHOR_TESTING only