Skip to content

Commit 5677a56

Browse files
committed
Update change log
1 parent a1d1af5 commit 5677a56

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[\#428](https://github.com/ocaml-gospel/gospel/pull/428)
1818
- Rewrote the Gospel standard library to focus on the definition of
1919
mathematical objects.
20-
[\#423] (https://github.com/ocaml-gospel/gospel/pull/423)
20+
[\#423](https://github.com/ocaml-gospel/gospel/pull/423)
2121
- Fix typing of expression with inlined record
2222
[\#420](https://github.com/ocaml-gospel/gospel/pull/420)
2323
- Improve error message for unbound record fields
@@ -40,6 +40,8 @@
4040
[\#445](https://github.com/ocaml-gospel/gospel/pull/445)
4141
- Add documentation and refactor Tmodule
4242
[\#442](https://github.com/ocaml-gospel/gospel/pull/442)
43+
- Gospel type checker rewrite
44+
[#449](https://github.com/ocaml-gospel/gospel/pull/449#issuecomment-2865879545)
4345

4446
# 0.3
4547

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ See the [LICENSE](LICENSE) file for more information.
172172
Gospel was initially developed by Cláudio Lourenço (LRI postdoctorate).
173173

174174
It is currently maintained by Jean-Christophe Filliâtre, Samuel Hym, Nicolas
175-
Osborne, Clément Pascutto, and Mário Pereira.
175+
Osborne, Clément Pascutto, Mário Pereira and Tiago Soares
176176

177177
The full list of contributors is available
178178
[here](https://github.com/ocaml-gospel/gospel/graphs/contributors).

gospel.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors: [
1313
"Nicolas Obsorne"
1414
"Clément Pascutto"
1515
"Mário Pereira"
16+
"Tiago Soares"
1617
]
1718
license: "MIT"
1819
homepage: "https://github.com/ocaml-gospel/gospel"

0 commit comments

Comments
 (0)