Skip to content

Commit d96ea95

Browse files
committed
In JavaScriptEngineSwitcher.ChakraCore fixed a error #72 “(chakra) recursive evaluation”
1 parent 753deb7 commit d96ea95

File tree

16 files changed

+353
-110
lines changed

16 files changed

+353
-110
lines changed

src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
2222
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description>
2323
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl>
2424
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;ChakraCore</PackageTags>
25-
<PackageReleaseNotes>1. ChakraCore was updated to version 1.11.7;
26-
2. Fixed a error #68 “Embedded delegates are no longer linked with the `Function` prototype”.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Fixed a error #72 “(chakra) recursive evaluation”.</PackageReleaseNotes>
2726
</PropertyGroup>
2827

2928
<Import Project="../../build/common.props" />

0 commit comments

Comments
 (0)