Skip to content

Commit

Permalink
3.4.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Popejoy committed Dec 18, 2019
1 parent 70a6957 commit 39603a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
3.4.0
---

Note this is the version that deploys with Chainweb 1.4.x, with a finalized gas model
and managed capability improvements (auto-management, autonomous management)

* Improve ApiReq for creationTime, TTL, haddocks for PublicMeta and friends (#753)
* Allow for flexible interface manager spec, and "auto-managed" caps (#746)
* Cover module persistence with golden test (#745)
* Execution config (#741)
* Fail `define-namespace` on bad atom structure (#737)
* Finalize gas model (#734)
* Use ByteString readFile and explicit UTF8 decoding (#735)
* Enable autonomous managed capabilities (#733)
* benchmark and improve rounding (#732)


3.3.1
---

Expand Down
2 changes: 1 addition & 1 deletion pact.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: pact
version: 3.3.1
version: 3.4.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 39603a7

Please sign in to comment.