Skip to content

Commit 69de98b

Browse files
Added missing v1.7.3 CHANGELOG (#2356)
1 parent f3fb598 commit 69de98b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG/v1.7.3.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Version 1.7.3
2+
=============
3+
4+
The library has been tested using Agda 2.6.3 & 2.6.4.
5+
6+
* To avoid _large indices_ that are by default no longer allowed in Agda 2.6.4,
7+
universe levels have been increased in the following definitions:
8+
- `Data.Star.Decoration.DecoratedWith`
9+
- `Data.Star.Pointer.Pointer`
10+
- `Reflection.AnnotatedAST.Typeₐ`
11+
- `Reflection.AnnotatedAST.AnnotationFun`
12+
13+
* The following aliases have been added:
14+
- `IO.Primitive.pure` as alias for `IO.Primitive.return`
15+
- modules `Effect.*` as aliases for modules `Category.*`
16+
17+
These allow to address said objects with the new name they will have in v2.0 of the library,
18+
to ease the transition from v1.7.3 to v2.0.

0 commit comments

Comments
 (0)