Skip to content

Commit 63898c3

Browse files
committed
Also update changelog to describe 2.5.6
1 parent d6fb40f commit 63898c3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
Visual Leak Detector (VLD) Version 2.5.1
1+
Visual Leak Detector (VLD) Version 2.5.6
22

33

44
Change Log / Release Notes
55

6+
2.5.6 (16 October 2020)
7+
----------------------------
8+
Enhancements:
9+
+ Builds with Visual Studio 2019 targeting Windows 10 version 19041
10+
+ Installer applies settings correctly for Visual Studio 2019
11+
+ Call QueryVirtualMemoryInformation instead of VirtualQuery to improve performance
12+
13+
Bugs Fixed:
14+
+ Avoid false positives from C++ static initializers (now slightly more permissive to potential leaks)
15+
616
2.5.1 (30 January 2017)
717
----------------------------
818
Enhancements:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Read the documentation at [https://github.com/KindDragon/vld/wiki](https://githu
2929
We encourage developers who've added their own features, or fixed bugs they've found, to contribute to the project. The full version-controlled source tree is available publicly via Git at the URL below. Feel free to clone from this URL and submit patches for consideration for inclusion in future versions. You can also issue pull requests for changes that you've made and would like to share.
3030

3131
* [Source code](https://github.com/KindDragon/vld)
32+
* [Microsoft fork code](https://github.com/Azure/vld)
3233

3334
Copyright © 2005-2017 VLD Team
3435

0 commit comments

Comments
 (0)