Skip to content

Commit

Permalink
Start changelog file and add it to the future releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Morawiec committed Sep 9, 2017
1 parent fc14a3b commit ee44ac9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include requirements.txt license.txt
include readme.md requirements.txt changelog.md license.txt
recursive-include sklearn_porter *.txt *.py
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.


## [Unreleased]

### Added

- Add this [changelog file](changelog.md) for coming releases.
- Add new command-line arguments for the choice of the target programming language (e.g. `--java`, `--c` or `--go`).
- Add [changelog.md](changelog.md) and [readme.md](readme.md) to each build of a release.

### Changed

### Removed

- Hide the command-line argument `--language` and `-l` for the choice of the target programming language.

0 comments on commit ee44ac9

Please sign in to comment.