Skip to content

Commit

Permalink
Update changelog.md (#96)
Browse files Browse the repository at this point in the history
Bug fixes:
- added missing "." for dwFlags
- added missing constant enum ERROR_INVALID_PARAMETER
- Changelog Complete
  • Loading branch information
6DiegoDiego9 authored Apr 26, 2024
1 parent d34e31c commit fe19149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,5 @@ Before `08/07/2021` a change log was not kept. We have retrospectively gone back
- 2024-04-22 `stdJSON` FEATURE - Added `ChildrenInfo` which returns a Collection of dictionaries containing info about the children. Used in stdVBA-examples JSON viewer.
- 2024-04-22 `stdWindow` BREAKING - Renamed `LayeredWindowOpacity` to `Opacity` and `LayeredWindowChromaKey` to `TransparentColor`. If these are called then `isLayeredWindow` will be automatically set to `true`.
- 2024-04-26 `stdHTTP` FIX - Remove undefined variables `User` and `Pass` from `LoadAutoProxy`. TODO: Check if there are any situations where these credentials are needed.
- 2024-04-26 `stdHTTP` FIX - Fixed GetProxyCurrentUser to add flag rather than overwrite flag entirely.
- 2024-04-26 `stdHTTP` FIX - Fixed missing constant ERROR_INVALID_PARAMETER.

0 comments on commit fe19149

Please sign in to comment.