1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Release notes for Agda version 2.6.4.3
======================================
This release fixes a regression in 2.6.4.2 and one in 2.6.4.
It aims to be API-compatible with 2.6.4.1 and 2.6.4.2.
Agda 2.6.4.3 supports GHC versions 8.6.5 to 9.8.1.
Closed issues
-------------
For 2.6.4.3, the following issues were
[closed](https://github.com/agda/agda/issues?q=is%3Aissue+milestone%3A2.6.4.3+is%3Aclosed)
(see [bug tracker](https://github.com/agda/agda/issues)):
- [Issue #7148](https://github.com/agda/agda/issues/7148): Regression in 2.6.4.2 concerning `with`
- [Issue #7150](https://github.com/agda/agda/issues/7150): Regression in 2.6.4 in `rewrite` with instances
|