Skip to content

Commit ebfb881

Browse files
authored
Update old reference to Category in CHANGELOG.md (#1824)
This corrects an error in the `CHANGELOG` for PR#1735, which left a dangling reference to the old `Category.*` hierarchy.
1 parent 93f5adb commit ebfb881

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,13 +1240,6 @@ Other minor changes
12401240
record IsRingWithoutOneIsoMorphism (⟦_⟧ : A → B) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂)
12411241
```
12421242

1243-
* Added new functions in `Category.Monad.State`:
1244-
```
1245-
runState : State s a → s → a × s
1246-
evalState : State s a → s → a
1247-
execState : State s a → s → s
1248-
```
1249-
12501243
* Added new proofs in `Data.Bool.Properties`:
12511244
```agda
12521245
<-wellFounded : WellFounded _<_
@@ -1697,6 +1690,13 @@ Other minor changes
16971690
++-assoc : (xs ++ ys) ++ zs ≋ xs ++ (ys ++ zs)
16981691
```
16991692

1693+
* Added new functions in `Effect.Monad.State`:
1694+
```
1695+
runState : State s a → s → a × s
1696+
evalState : State s a → s → a
1697+
execState : State s a → s → s
1698+
```
1699+
17001700
* Added new proofs in `Function.Construct.Symmetry`:
17011701
```
17021702
bijective : Bijective ≈₁ ≈₂ f → Symmetric ≈₂ → Transitive ≈₂ → Congruent ≈₁ ≈₂ f → Bijective ≈₂ ≈₁ f⁻¹

0 commit comments

Comments
 (0)