Skip to content

Commit ac7865f

Browse files
committed
Update changelog, add changelog to pages
1 parent 0ef8ffb commit ac7865f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ Full release notes available at [v0.1.0] tag.
2727
- new module `stdlib_linalg`
2828
- new procedures `diag`, `eye` and `trace`
2929
[#170](https://github.com/fortran-lang/stdlib/pull/170)
30-
- new procedures `linspace` and `logspace`
31-
[#420](https://github.com/fortran-lang/stdlib/pull/420)
32-
- new procedure `outer_product`
33-
[#432](https://github.com/fortran-lang/stdlib/pull/432)
34-
- new procedure `arange`
35-
[#480](https://github.com/fortran-lang/stdlib/pull/480)
3630
- new module `stdlib_logger`
3731
- new derived type: `logger_type`
3832
[#228](https://github.com/fortran-lang/stdlib/pull/228)
3933
[#261](https://github.com/fortran-lang/stdlib/pull/261)
4034
- new module `stdlib_math`
4135
- new procedure `clip`
4236
[#355](https://github.com/fortran-lang/stdlib/pull/355)
37+
- new procedures `linspace` and `logspace`
38+
[#420](https://github.com/fortran-lang/stdlib/pull/420)
39+
- new procedure `outer_product`
40+
[#432](https://github.com/fortran-lang/stdlib/pull/432)
41+
- new procedure `arange`
42+
[#480](https://github.com/fortran-lang/stdlib/pull/480)
4343
- new module `stdlib_optval`
4444
[#73](https://github.com/fortran-lang/stdlib/pull/73)
4545
[#96](https://github.com/fortran-lang/stdlib/pull/96)

doc/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Changelog
3+
---
4+
5+
{!CHANGELOG.md!}

0 commit comments

Comments
 (0)