Skip to content

Commit bc21b8c

Browse files
authored
Fix typo in changelog entry for 1.2.0.0
`cffi` flag defaults to `False`; 'on' implies `True`.
1 parent 8f246ac commit bc21b8c

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
@@ -4,7 +4,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso
44

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

7-
* 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.
7+
* 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.
88

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

0 commit comments

Comments
 (0)