Skip to content

Commit e54f2a7

Browse files
committed
CHANGELOG
1 parent 22b5b22 commit e54f2a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ Non-backwards compatible changes
605605

606606
* New modules:
607607
```
608+
Algebra.Construct.Initial
609+
Algebra.Construct.Terminal
608610
Data.List.Effectful.Transformer
609611
Data.List.NonEmpty.Effectful.Transformer
610612
Data.Maybe.Effectful.Transformer
@@ -870,6 +872,14 @@ Deprecated modules
870872
Deprecated names
871873
----------------
872874

875+
* In `Algebra.Construct.Zero`:
876+
```agda
877+
rawMagma ↦ Algebra.Construct.Terminal.rawMagma
878+
magma ↦ Algebra.Construct.Terminal.magma
879+
semigroup ↦ Algebra.Construct.Terminal.semigroup
880+
band ↦ Algebra.Construct.Terminal.band
881+
```
882+
873883
* In `Codata.Guarded.Stream.Properties`:
874884
```agda
875885
map-identity ↦ map-id

0 commit comments

Comments
 (0)