Skip to content

Commit

Permalink
3.1.0 prep (#595)
Browse files Browse the repository at this point in the history
* update bench.pact

* update changelog and cabal version

* 3.0.2 -> 3.1.0

* typo

* address stuart's comments

* update analysis section
  • Loading branch information
emilypi authored Jul 29, 2019
1 parent c5dfc9f commit c7bb9fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
3.1.0
---
* Add SPV endorsement functionality to `defpact`s
* '=' now compares only like terms
* User guards can now be created as closures of boolean-valued functions
* Improved swagger documentation
* Improved error messages
* Added new decryption and keypair validation primitives for CHACHA20-POLY1305 Authenticated Encryption with Associated Data (AEAD)
* Added bitwise integer native functions `&`, `~`, `shift`, `xor`, and `|`
* Add user-facing `chain-data` native schema type
* Documentation for namespaces and interfaces
* Add base-64 case to `str-to-int` and improve error messages
* Add `int-to-str` native
* Analysis:
* traces now render on same line
* added support pact step signatures, and governance analysis
* added support for `chain-data` pact native
* upgrade z3 version support to 4.8.5
* Scope checking for interfaces

3.0.1
---
* Check for module in stack when enforcing module guard
Expand Down
2 changes: 1 addition & 1 deletion pact.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pact
version: 3.0.1
version: 3.1.0
synopsis: Smart contract language library and REPL
description:
Pact is a transactional, database-focused, Turing-incomplete, interpreted language for smart contracts,
Expand Down

0 comments on commit c7bb9fb

Please sign in to comment.