Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 4.0.0 into master #119

Merged
merged 1 commit into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 4.0.0
- Use String instead of StaticString to be more inline with swift-log behaviour ([#118](https://github.com/WeTransfer/Diagnostics/pull/118)) via [@antranapp](https://github.com/antranapp)
- Adds Raphael as a code owner ([#117](https://github.com/WeTransfer/Diagnostics/pull/117)) via [@kairadiagne](https://github.com/kairadiagne)
- Catch obj-c exception, remove unneeded dispatch ([#116](https://github.com/WeTransfer/Diagnostics/pull/116)) via [@AvdLee](https://github.com/AvdLee)
- Update example and readme ([#115](https://github.com/WeTransfer/Diagnostics/pull/115)) via [@mikakruschel](https://github.com/mikakruschel)
- Merge release 3.0.0 into master ([#114](https://github.com/WeTransfer/Diagnostics/pull/114)) via [@wetransferplatform](https://github.com/wetransferplatform)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, why is this included here? 🧐

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it was merged after we released 3.0.0, it was part of the 3.0.0 release train


### 3.0.0
- [Reports] Smart reporting ([#97](https://github.com/WeTransfer/Diagnostics/issues/97)) via [@AvdLee](https://github.com/AvdLee)
- Wrap words for better readability ([#112](https://github.com/WeTransfer/Diagnostics/pull/112)) via [@AvdLee](https://github.com/AvdLee)
Expand Down