Skip to content

Commit

Permalink
CHANGELOG for #2030: fix large indices
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 25, 2023
1 parent 8bcc01a commit 026ef1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,13 @@ Non-backwards compatible changes
* In accordance with changes to the flags in Agda 2.6.3, all modules that previously used
the `--without-K` flag now use the `--cubical-compatible` flag instead.

* To avoid _large indices_ that are by default no longer allowed in Agda 2.6.4,
universe levels have been increased in the following definitions:
- `Data.Star.Decoration.DecoratedWith`
- `Data.Star.Pointer.Pointer`
- `Reflection.AnnotatedAST.Typeₐ`
- `Reflection.AnnotatedAST.AnnotationFun`

* The first two arguments of `m≡n⇒m-n≡0` (now `i≡j⇒i-j≡0`) in `Data.Integer.Base`
have been made implicit.

Expand Down

0 comments on commit 026ef1a

Please sign in to comment.