Skip to content

Commit e48df13

Browse files
committed
Fill ChangeLog for new version
1 parent a57e534 commit e48df13

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0]
10+
### Added
11+
- Make autocomplete work for N+1 queries detection properties.
12+
- Add more precise detection to
13+
- Avoid false positive with multiple calls to same method
14+
- Detect undetected N+1 queries caused by eager fetching
15+
- Add a new method to clear Hibernate session state and avoid missed detection because of test setup
16+
- Add new property to enable or disable N+1 queries detection
17+
18+
### Changed
19+
- Rename N+1 queries detection properties.
20+
21+
### Removed
22+
- Remove unused application properties
23+
924
## [1.0.3] - 2020-05-10
1025
### Added
1126
- Add back a more specific detection of N+1 queries due to missing lazy fetching.

0 commit comments

Comments
 (0)