Skip to content

Commit

Permalink
Updated version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Oct 3, 2016
1 parent 5abf1f9 commit 3da1028
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.5.0

- Several bug fixes and improvements
- Construct prototype chain (#7)
- Added better type casts and wrappers (#8)
- Allow strings instead of functions (#26)
- Include extension method `ExecuteScript` to `document` (#29)
- Simplified DOM context evaluation (#19)

# 0.4.2

- Updated to latest version of AngleSharp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.4.2.0")]
[assembly: AssemblyFileVersion("0.4.2")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0")]
[assembly: InternalsVisibleToAttribute("AngleSharp.Scripting.JavaScript.Tests")]

0 comments on commit 3da1028

Please sign in to comment.