Skip to content

Commit

Permalink
Add a changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 8, 2020
1 parent 4a946c4 commit 08b6590
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ MIT License

* [ndindex Docs Main Page](index.md)
* [ndindex API](ndindex.md)
* [Changelog](changelog.md)
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ndindex Changelog

## Version 1.0 (2020-04-08)

### Major Changes

* Initial ndindex release
* Includes support for `Slice`, `Integer`, and `Tuple`
* Implements basic canonicalization, `.args`, hashability, `.raw`, `len()`,
and `reduce`.

0 comments on commit 08b6590

Please sign in to comment.