Skip to content

Commit c9662af

Browse files
authored
Update change log (#270)
1 parent e38ae80 commit c9662af

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Go to [legend](#legend---types-of-changes) for further information about the types of changes.
1111

12-
## [Unreleased]
12+
## [0.8.0] - 2022-03-28
1313

1414
### Added
1515

16-
- _WD_Option: Support for "ConsoleSuffix", "ErrorMsgbox", and "OutputDebug" options
16+
- _WD_Option: Support for "ConsoleSuffix", "ErrorMsgbox", "OutputDebug", and "Version" options
1717
- _WD_ElementSelectAction: Added Multiselect functionality
1818

1919
### Changed
2020

2121
- __WD_ConsoleWrite: Utilize new ConsoleSuffix setting
2222
- __WD_Error: Refactored for improved functionality
2323
- _WD_CapabilitiesDump: Adhere to debug level settings
24-
25-
### Deprecated
24+
- _WD_Startup: Additional logging when error detected
2625

2726
### Fixed
2827

2928
- _WD_Startup: Display of webdriver bit level (32 / 64)
30-
- wd_capabilities: Validate initialization result
3129
- _WD_UpdateDriver: Set @extended correctly
3230
- _WD_GetBrowserVersion: Binary type checking
31+
- _WD_Cookies: Deletion corrected
32+
- wd_capabilities: Validate initialization result
33+
- wd_demo: Updated routines to ensure proper functionality
3334

34-
### Removed
35-
36-
37-
### Security
35+
### Project
3836

37+
- Scripts should use _WD_LastHTTPResult() to obtain the result of the most recent HTTP request as Webdriver functions no longer set @extended to last HTTP request result.
38+
- Improved logging / error reporting by making sure that functions call __WD_Error.
3939

40-
### Project
4140
## [0.7.0] - 2022-03-03
4241

4342
### Added
@@ -888,7 +887,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
888887

889888
- Initial release
890889

891-
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.7.0...HEAD
890+
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.8.0...HEAD
891+
[0.8.0]: https://github.com/Danp2/au3WebDriver/compare/0.7.0...0.8.0
892892
[0.7.0]: https://github.com/Danp2/au3WebDriver/compare/0.6.0...0.7.0
893893
[0.6.0]: https://github.com/Danp2/au3WebDriver/compare/0.5.2...0.6.0
894894
[0.5.2]: https://github.com/Danp2/au3WebDriver/compare/0.5.1.1...0.5.2

0 commit comments

Comments
 (0)