Skip to content

Commit

Permalink
Remove spurious period in changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Villetaneuse committed Feb 13, 2024
1 parent 79b0a1a commit fe09144
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
have been deprecated.
Users should require ``Coq.Arith.PeanoNat`` or ``Coq.Arith.NArith.BinNat``
if they want implementations of natural numbers and
``Coq.Arith.ZArith.BinInt`` if they want an implementation of integers.
``Coq.Arith.ZArith.BinInt`` if they want an implementation of integers
(`#18500 <https://github.com/coq/coq/pull/18500>`_,
by Pierre Rousselin).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- **Deprecated:**
The library file ``Coq.Numbers.NatInt.NZProperties`` is deprecated.
Users can require ``Coq.Numbers.NatInt.NZMulOrder`` instead and replace the
module ``NZProperties.NZProp`` with ``NZMulOrder.NZMulOrderProp``.
module ``NZProperties.NZProp`` with ``NZMulOrder.NZMulOrderProp``
(`#18501 <https://github.com/coq/coq/pull/18501>`_,
by Pierre Rousselin).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- **Deprecated:**
The library file ``Coq.Arith.Bool_nat`` has been deprecated.
The library file ``Coq.Arith.Bool_nat`` has been deprecated
(`#18538 <https://github.com/coq/coq/pull/18538>`_,
by Pierre Rousselin).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- **Deprecated:**
The library file ``Coq.Numbers.NatInt.NZDomain`` is deprecated.
The library file ``Coq.Numbers.NatInt.NZDomain`` is deprecated
(`#18539 <https://github.com/coq/coq/pull/18539>`_,
by Pierre Rousselin).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- **Deprecated:**
The library files ``Coq.Numbers.Integers.Abstract.ZDivEucl``
and ``Coq.ZArith.Zeuclid`` are deprecated.
and ``Coq.ZArith.Zeuclid`` are deprecated
(`#18544 <https://github.com/coq/coq/pull/18544>`_,
by Pierre Rousselin).

0 comments on commit fe09144

Please sign in to comment.