From 68acb97356bd5135a3f9d795cda59efb6173085e Mon Sep 17 00:00:00 2001 From: Pankrat Date: Wed, 14 Oct 2020 15:53:39 +0200 Subject: [PATCH] Update changelog and test matrix --- .travis.yml | 4 ++-- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e92e4a3..9117b4c 100644 --- a/.travis.yml +++ b/.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2e5ea..bc0f255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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