Skip to content

Commit f201931

Browse files
runningcodeclaude
andcommitted
Move changelog entry to Unreleased as a performance improvement
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0eb4cd6 commit f201931

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Performance Improvements
6+
7+
- Speed up touch gesture target detection on deeply nested view hierarchies by hit-testing in local coordinates instead of calling `getLocationOnScreen` per view ([#5595](https://github.com/getsentry/sentry-java/pull/5595))
8+
39
## 8.45.0
410

511
### Features
@@ -18,10 +24,6 @@
1824
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0152)
1925
- [diff](https://github.com/getsentry/sentry-native/compare/0.15.1...0.15.2)
2026

21-
### Internal
22-
23-
- Speed up touch gesture target detection on deeply nested view hierarchies by hit-testing in local coordinates instead of calling `getLocationOnScreen` per view ([#5595](https://github.com/getsentry/sentry-java/pull/5595))
24-
2527
## 8.44.1
2628

2729
### Fixes

0 commit comments

Comments
 (0)