summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-09-18 10:34:45 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2020-09-18 10:34:45 +0200
commitdb8b111e72ea25b407e8f4de88df692a7bcea300 (patch)
treeec0d21835c684a72ba0b350051f6dff4d34041c0 /src
parentab52572f4458d14cd66ad8ca487778022fb4ed8a (diff)
Bump PGF2 to 1.2.1
Diffstat (limited to 'src')
-rw-r--r--src/runtime/haskell-bind/CHANGELOG.md5
-rw-r--r--src/runtime/haskell-bind/pgf2.cabal2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/runtime/haskell-bind/CHANGELOG.md b/src/runtime/haskell-bind/CHANGELOG.md
index e9da7fac4..aed2d9c4f 100644
--- a/src/runtime/haskell-bind/CHANGELOG.md
+++ b/src/runtime/haskell-bind/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.2.1
+
+- Remove deprecated pgf_print_expr_tuple
+- Added an API for cloning expressions/types/literals
+
## 1.2.0
- Stop `pgf-shell` from being built by default.
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal
index a4e113f3b..4ef9ed4f0 100644
--- a/src/runtime/haskell-bind/pgf2.cabal
+++ b/src/runtime/haskell-bind/pgf2.cabal
@@ -1,5 +1,5 @@
name: pgf2
-version: 1.2.0
+version: 1.2.1
synopsis: Bindings to the C version of the PGF runtime
description:
GF, Grammatical Framework, is a programming language for multilingual grammar applications.