Skip to content

Commit

Permalink
Update changelog and test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankrat committed Oct 14, 2020
1 parent 34ed6fe commit 68acb97
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,11 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- "3.8"
- "3.9-dev"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y graphviz python-tk python-matplotlib
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.9 - UNRELEASED

### Added

- Python 3.9 support -- By tirkarthi (#105)
- Compatibility with Django 3.x -- By Lance Moore (#108)

### Removed

- Python 3.4 support

### Fixed

- Include size of data when sizing Numpy slices -- Rported by sinorga (#111),
fixed by Jean Brouwers
- Fix KeyError when sizing dicts in certain scenarios -- Reported by MrSanZhi
(#114), fixed by Jean Brouwers

## 0.8 - 2019-11-12

### Added
Expand Down

0 comments on commit 68acb97

Please sign in to comment.