Skip to content

Commit 7758a1d

Browse files
authored
Update changelog (#590)
- add changelog update to contributing guidelines
1 parent ce9c234 commit 7758a1d

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Unreleased
22

3+
Features available from the latest git source
4+
5+
- new module `stdlib_distribution_uniform`
6+
[#272](https://github.com/fortran-lang/stdlib/pull/272)
7+
- new module `stdlib_selection`
8+
[#500](https://github.com/fortran-lang/stdlib/pull/500)
9+
- new procedures `select`, `arg_select`
10+
- new module `stdlib_version`
11+
[#579](https://github.com/fortran-lang/stdlib/pull/579)
12+
- new procedure `get_stdlib_version`
13+
- new module `stdlib_io_npy`
14+
[#581](https://github.com/fortran-lang/stdlib/pull/581)
15+
- new procedures `save_npy`, `load_npy`
16+
17+
Changes to existing modules
18+
19+
- change in module `stdlib_math`
20+
- `linspace` and `logspace` made pure
21+
[#549](https://github.com/fortran-lang/stdlib/pull/549)
22+
- change in module `stdlib_string_type`
23+
- `move` procedure made *pure*/*elemental*
24+
[#562](https://github.com/fortran-lang/stdlib/pull/562)
25+
- support for quadruple precision made optional
26+
[#565](https://github.com/fortran-lang/stdlib/pull/565)
27+
328

429
# Version 0.1.0
530

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ You are welcome to propose changes to the workflow by
8989
* Smaller PRs are better than large PRs, and will lead to a shorter review and
9090
merge cycle.
9191
* Add tests for your feature or bug fix to be sure that it stays functional and useful.
92+
* Include new features and changes in the
93+
[CHANGELOG](https://github.com/fortran-lang/stdlib/blob/master/CHANGELOG.md)
9294
* Be open to constructive criticism and requests for improving your code.
9395
* Again, please follow the
9496
[Fortran stdlib style guide](https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md).

0 commit comments

Comments
 (0)