diff options
| author | Vincent Semeria | 2020-03-27 23:06:01 +0100 |
|---|---|---|
| committer | Vincent Semeria | 2020-03-27 23:06:01 +0100 |
| commit | ba8783c42ad3e2b22d917336ce5e52245d09441b (patch) | |
| tree | 3a7a23658b38f53c183630949037b56f987a016f | |
| parent | ad91d136b8d51e859ce3b959674757818e753bcb (diff) | |
Fix changelog
| -rw-r--r-- | doc/changelog/10-standard-library/11725-cleanup-reals.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/10-standard-library/11725-cleanup-reals.rst b/doc/changelog/10-standard-library/11725-cleanup-reals.rst index 84a8ceb514..02ee7e6c70 100644 --- a/doc/changelog/10-standard-library/11725-cleanup-reals.rst +++ b/doc/changelog/10-standard-library/11725-cleanup-reals.rst @@ -1,5 +1,5 @@ - **Changed:** -Use implicit arguments for ``ConstructiveReals``. Move ``ConstructiveReals`` + Use implicit arguments for ``ConstructiveReals``. Move ``ConstructiveReals`` into new directory ``Abstract``. Remove imports of implementations inside those ``Abstract`` files. Move implementation by means of Cauchy sequences in new directory ``Cauchy``. (`#11725 <https://github.com/coq/coq/pull/11725>`_, |
