Skip to content

Commit 61b4681

Browse files
committed
Update RELEASE-0.5.md
1 parent a118d14 commit 61b4681

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE-0.5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Multi parameter typeclasses (paf31)
2020
- Empty data declarations and empty type classes are now supported (paf31)
2121
- A new command line option `--codegen` controls which modules will have Javascript and externs generated (paf31)
22+
- `where` clauses are now supported (garyb)
2223

2324
### Enhancements
2425

@@ -57,6 +58,9 @@
5758
- Precedence of backticked infix functions have been corrected (paf31)
5859
- A bug which allowed some incorrect type class instances to pass the type checker was fixed (paf31)
5960
- Type synonyms are no longer restricted to kind `*` (paf31)
61+
- Negative number literals have been restored (garyb)
62+
- If a type defined in a module appears in an exported declaration it must also be exported from the module (garyb)
63+
- Error messages for unresolvable types or values include the declaration name again (garyb)
6064

6165
### Libraries
6266

0 commit comments

Comments
 (0)