* Mon Mar 17 2025 Mario Hewardt <marioh@microsoft.com> - 3.4.1
- Fix bug that removes : from the core dump file names

* Wed Jan 29 2025 Mario Hewardt <marioh@microsoft.com> - 3.4
- Adds ARM64 support and compilation fixes

* Sat May 25 2024 Mario Hewardt <marioh@microsoft.com> - 3.3
- Adds improvements related to containerized workflows

* Mon Feb 5 2024 Mario Hewardt <marioh@microsoft.com> - 3.2
- Adds mmap/munmap to resource tracking

* Tue Jan 23 2024 Mario Hewardt <marioh@microsoft.com> - 3.1
- Adds ability to specify multiple comma separated signals
- Adds the new -mc switch which controls what type of memory is included in the core dumps

* Tue Dec 5 2023 Mario Hewardt <marioh@microsoft.com> - 3.0
- Adds resource tracking and reporting feature

* Wed Sep 6 2023 Mario Hewardt <marioh@microsoft.com> - 2.2
- Adds Azure Linux package
- Fixes memory leaks

* Fri Aug 11 2023 Mario Hewardt <marioh@microsoft.com> - 2.1
- Fixes bug that can lead to crash in monitored .NET process
- Adds thread id to profiler tracing

* Wed Jul 26 2023 Mario Hewardt <marioh@microsoft.com> - 2.0
- -gcm allows you to specify generation or heap (LOH and POH) thresholds.
- -gcgen allows you to create a dump at the start and end of a GC.
- Allow multiple thresholds for memory trigger (-m)

* Thu Jun 1 2023 Mario Hewardt <marioh@microsoft.com> - 1.5
- security hardening

* Fri Mar 3 2023 Mario Hewardt <marioh@microsoft.com> - 1.4.1
- added the capability to dump on .NET 1st chance exception messages
- added wildcard support for .NET exception filters

* Mon Dec 12 2022 Mario Hewardt <marioh@microsoft.com> - 1.4
- added the capability to dump on .NET 1st chance exceptions (-e and -f)

* Mon Sep 26 2022 Javid Habibi <jahabibi@microsoft.com> - 1.3
- added process group trigger
- BREAKING CHANGE: rework CLI interface to match that of Procdump for Windows
- various small bug fixes

* Tue Sep 14 2021 Javid Habibi <jahabibi@microsoft.com> - 1.2
- added signal trigger
- added custom filepath for memory dump generation
- various small bug fixes

* Fri Apr 3 2020 Javid Habibi <jahabibi@microsoft.com> - 1.1.1
- implimented thread and file descriptor count trigger
- added polling interval switch

* Mon Dec 9 2019 Javid Habibi <jahabibi@microsoft.com> - 1.1
- Added support for .Net Core 3.x+ core dump generation that results in more manageable core dump sizes

* Fri Nov 8 2019 Javid Habibi <jahabibi@microsoft.com> - 1.0.2
- implimented -w target flag
- fixed pthread cancellation bug
- added additional error checking for null process names
- implimented a minimal kernel check validation
- various bug fixes

* Wed Jan 10 2018 Javid Habibi <jahabibi@microsoft.com> - 1.0.1
- fixed potential deadlock upon malloc failing
- fixed improper process name parsing and sanitizing process
  name for dump file generation
- fixed various typos
- fixed post-build check failures on openSUSE

* Tue Dec 05 2017 Javid Habibi <jahabibi@microsoft.com> - 1.0
- Initial release