Skip to content

Commit

Permalink
Merge pull request #131 from Plutonomicon/las/1
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
L-as committed Jan 18, 2022
2 parents af45aca + c548d4f commit ade2c89
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,34 @@
# Revision history for plutarch

# 1.1.0

- Bunch of new functions.
- `PIntegral`.
- Tracing utilities.
- Documentation.
- Lists.
- `PLift` and `PContant`.
- Rationals.
- Many new optimisations.
- `TermCont`.
- `s :: S`.
- Nix stuff.
- GHC 9.2.1.
- `do`-notation (!).
- Benchmarks.
- `letrec` and records.
- More complete `Plutarch.Api.V1`.

Thanks to:
- @TotallyNotChase
- @emiflake
- @t1lde
- @kozross
- @Geometer1729
- @srid
- @blamario
- @sergesku

# 1.0.0

Somewhat stable release
2 changes: 1 addition & 1 deletion plutarch.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: plutarch
version: 1.0.0
version: 1.1.0
author: Las Safin <me@las.rs>
license: MIT
extra-source-files: README.md
Expand Down

0 comments on commit ade2c89

Please sign in to comment.