diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-08-12 09:56:34 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-08-12 09:56:34 +0200 |
| commit | 7a63ba34b471a1b4edd4655422f4ae235dbcf12b (patch) | |
| tree | b437e17764e1efda6d2ed346b8f76e5c6b6102e2 | |
| parent | 723bec1ba0579ace280f6d67ad71a1596fc4f166 (diff) | |
Add changelog
This will hopefully help us keep track of changes for the next release
| -rw-r--r-- | CHANGELOG.md | 11 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | gf.cabal | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..ac209f1af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +### New since 3.11 (WIP) + +- Added a changelog! + +### 3.11 + +See <https://www.grammaticalframework.org/download/release-3.11.html> + +### 3.10 + +See <https://www.grammaticalframework.org/download/release-3.10.html> @@ -1,4 +1,4 @@ - + # Grammatical Framework (GF) @@ -39,7 +39,7 @@ or: stack install ``` -For more information, including links to precompiled binaries, see the [download page](http://www.grammaticalframework.org/download/index.html). +For more information, including links to precompiled binaries, see the [download page](https://www.grammaticalframework.org/download/index.html). ## About this repository @@ -15,6 +15,8 @@ tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4 data-dir: src extra-source-files: + README.md + CHANGELOG.md WebSetup.hs doc/Logos/gf0.png data-files: |
