Skip to content

Commit 229ce2e

Browse files
authored
Update CHANGELOG.md
1 parent 36629a8 commit 229ce2e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222

2323
### Changed
2424

25-
* Added requirements.txt dependencies to setup.cfg and removed requirements.txt [#67](https://github.com/NLeSC/python-template/issues/67)
26-
* Replaced rst format by markdown [#190](https://github.com/NLeSC/python-template/issues/190) [#162](https://github.com/NLeSC/python-template/issues/162)
27-
* Replaced appveyor with gha matrix build for generated project, support all current python versions and Windows, Linux, Mac [#160](https://github.com/NLeSC/python-template/issues/160)
25+
* Moved requirements.txt dependencies to setup.cfg and removed requirements.txt [#67](https://github.com/NLeSC/python-template/issues/67)
26+
* Replaced all ReStructuredText (rst) files by Markdown [#190](https://github.com/NLeSC/python-template/issues/190) [#162](https://github.com/NLeSC/python-template/issues/162)
27+
* Use matrix build for generated project to support all current Python versions on Windows, Linux, Mac [#160](https://github.com/NLeSC/python-template/issues/160)
2828
* Updated CITATION.cff, .zenodo.json; removed codemeta.json [#127](https://github.com/NLeSC/python-template/issues/127) [#137](https://github.com/NLeSC/python-template/issues/137)
29-
* Updated CoC
30-
* Simplified templating variables using pre project hook [#82](https://github.com/NLeSC/python-template/issues/82)
29+
* Updated Code of Conduct of the template
30+
* Simplified templating variables using cookiecutter pre-hook [#82](https://github.com/NLeSC/python-template/issues/82)
3131
* Consolidated pytest.ini into setup.cfg [#155](https://github.com/NLeSC/python-template/issues/155)
3232
* Versioning now handled with bump2version [#192](https://github.com/NLeSC/python-template/issues/192)
3333
* Updated project_setup.md [#165](https://github.com/NLeSC/python-template/issues/165)
3434
* Updated Code of Conduct for generated package
3535
* Improved the documentation for the generated package and template itself
3636

3737
## Removed
38-
* Drop appveyor
39-
* Evrything Conda related
40-
* Python 3.5 support
41-
* Unit test that was acting as a linter, replaced with actual linter documented in README.dev.md
38+
* Dropped appveyor [#160](https://github.com/NLeSC/python-template/issues/160)
39+
* Dropped everything Conda related
40+
* Drop Python 3.5 support
41+
* Removed unit tests doing the linting
4242

4343

4444
## 0.2.0

0 commit comments

Comments
 (0)