Skip to content

Commit

Permalink
fix changelog (#2435)
Browse files Browse the repository at this point in the history
couple fixes for changelog rendering
  • Loading branch information
mildsunrise authored Jul 8, 2024
1 parent 07f46c2 commit d3c5037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,9 @@ Additions to existing modules
```agda
recompute : Reflects A b → Recomputable A
recompute-constant : (r : Reflects A b) (p q : A) → recompute r p ≡ recompute r q
```
```

* Added new definitions in `Relation.Unary`
* Added new definitions in `Relation.Unary`:
```agda
Stable : Pred A ℓ → Set _
WeaklyDecidable : Pred A ℓ → Set _
Expand Down

0 comments on commit d3c5037

Please sign in to comment.