- New upstream release 1.302164
- Do not use threads::shared in Test::Tester::Capture (GH#826)
- Add missing version info to Info/Table
- Fix event in global destruction bug (GH#827)
- Proper fix for todo = '' (GH#812, GH#829)
- Modernize spec using %{make_build} and %{make_install}
- Drop obsoletes/provides for perl-Test2 dating back to Fedora 25
- New upstream release 1.302160
- Fix minor typos and missing doc sections
- Add table support in info facet and TAP formatter
- Fix TAP test on Windows
- Fix math errors in table indentation
- Devel requires Term::Table
- Add table support to ctx->fail and ctx->fail_and_return
- Fix Instance.t on haiku-os
- New upstream release 1.302156
- Fix Windows fork+test failure (GH#814)
- Documentation updates (GH#819)
- Fix verbose TAP newline regression (GH#810)
- Fix local $TODO bugs (GH#812, GH#817)
- Fix shm read warning (GH#815)
- Merge doc fix PR's from magnolia-k
- Fix failure to check error code on shmwrite (GH#815)
- Fix localization error in new test (GH#820)
- Fix SHM test to work on machines without SHM
- Fix locale errors in Instance.t
- Windows test fixes
- Perl 5.6 test fixes
- Add trace to SHM error when possible
- Fix test not to fail in non-english locales
- New upstream release 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)
- New upstream release 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
- New upstream release 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
- New upstream release 1.302097
- Fix hub->process bug that could let an error pass
- Fix modification of read only value (#789)
- Fix typo in Test::Builder when looking for IPC (#777)
- Fix clone_io broke on scalar io layer (#791)
- Fix Exception event stringify exception (#756, #790)
- Localize $^E in context (#780)
- Fix test that failed in verbose mode (#770)
- New upstream release 1.302096
- Introduce 'Facets' for events
- Performance enhancements
- Upgrade inline HashBase
- Move Test2::Util::Trace to Test2::EventFacet::Trace
- Track hub id in Trace
- Remove Info event
- Add Pass and Fail events
- Remove Event JSON interface
- Fix tests on perl 5.25+ with newer Data::Dumper
- Fix plan in buffered subtest so that the facts say it is buffered
- Fix test that unintentionally required Test2::Suite
- Add 'new_root' constructor for formatters
- Add intercept_deep() to the API
- Fix bug in Version event
- Add 'number' attribute to assertion facet
- Fix bug in Facets for TodoDiag
- Add API command to reset after a fork
- Add 'important' flag to info event facet
- Make sure Test::Builder does not initialize Test2 too soon
- Fix Test::Builder in a preload scenario
- Make several tests work with preload
- Fix to work with subref-in-stash optimization