Skip to content

Commit 1af553e

Browse files
and add to CHANGELOG
1 parent 6619f11 commit 1af553e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Deprecated modules
3636
* `Data.List.Relation.Binary.Sublist.Propositional.Disjoint` deprecated in favour of
3737
`Data.List.Relation.Binary.Sublist.Propositional.Slice`.
3838

39+
Un-deprecated modules
40+
---------------------
41+
42+
* The modules `Function.Endomorphism.Propositional` and
43+
`Function.Endomorphism.Setoid` previously used the old `Function`
44+
hierarchy but have now been ported to using the new one.
45+
3946
Deprecated names
4047
----------------
4148

@@ -173,7 +180,14 @@ Additions to existing modules
173180
rawModule : RawModule R c ℓ
174181
```
175182

176-
* In `Algebra.Properties.Group`:
183+
* In `Algebra.Morphism.Structures`:
184+
```agda
185+
IsSemigroupHomomorphism : (A → B) → Set _
186+
IsSemigroupMonomorphism : (A → B) → Set _
187+
IsSemigroupIsomorphism : (A → B) → Set _
188+
```
189+
190+
* In `Algebra.Properties.Group`:
177191
```agda
178192
isQuasigroup : IsQuasigroup _∙_ _\\_ _//_
179193
quasigroup : Quasigroup _ _

0 commit comments

Comments
 (0)