Skip to content

Commit b0413f1

Browse files
authored
Add upgrade guide links to the changelog (#659)
Currently from the changelog it is difficult to find the upgrade guide since they aren't linked.
1 parent 1c2f5f2 commit b0413f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
## 10.0.0
1919

20+
[9.x -> 10.0 Upgrade Guide](https://hexdocs.pm/sentry/upgrade-10-x.html)
21+
2022
- `:report_deps` now reports all loaded applications at the time the `:sentry` application starts. This is not a compile-time configuration option anymore.
2123
- Add the `mix sentry.package_source_code` Mix task. See the upgrade guide for more information.
2224
- Add `~r"/test/"` to the default source code exclude patterns (see the `:source_code_exclude_patterns` option).
@@ -34,6 +36,8 @@
3436

3537
## 9.0.0
3638

39+
[8.x -> 9.0 Upgrade Guide](https://hexdocs.pm/sentry/upgrade-9-x.html)
40+
3741
### Breaking changes
3842

3943
- Removed `Sentry.Sources`

0 commit comments

Comments
 (0)