Skip to content

Commit

Permalink
Also update changelog to describe 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurak committed Nov 19, 2020
1 parent d6fb40f commit 63898c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
Visual Leak Detector (VLD) Version 2.5.1
Visual Leak Detector (VLD) Version 2.5.6


Change Log / Release Notes

2.5.6 (16 October 2020)
----------------------------
Enhancements:
+ Builds with Visual Studio 2019 targeting Windows 10 version 19041
+ Installer applies settings correctly for Visual Studio 2019
+ Call QueryVirtualMemoryInformation instead of VirtualQuery to improve performance

Bugs Fixed:
+ Avoid false positives from C++ static initializers (now slightly more permissive to potential leaks)

2.5.1 (30 January 2017)
----------------------------
Enhancements:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Read the documentation at [https://github.com/KindDragon/vld/wiki](https://githu
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.

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

Copyright © 2005-2017 VLD Team

Expand Down

0 comments on commit 63898c3

Please sign in to comment.