Skip to content

Commit a7ea241

Browse files
authored
Merge pull request #552 from dbaynard/patch-1
Fix typo in changelog entry for 1.2.0.0
2 parents 202da6d + bc21b8c commit a7ea241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso
88

99
* `tagSingleConstructors`, an option to encode single-constructor types as tagged sums was added to `Options`. It is disabled by default for backward compatibility.
1010

11-
* The `cffi` flag is now turned on by default, this means C FFI code is no longer used by default. You can flip the flag to get C implementation.
11+
* The `cffi` flag is now turned off (`False`) by default, this means C FFI code is no longer used by default. You can flip the flag to get C implementation.
1212

1313
* The `Options` constructor is no longer exposed to prevent new options from being breaking changes, use `defaultOptions` instead.
1414

0 commit comments

Comments
 (0)