Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankrat committed Mar 19, 2021
1 parent e72a88e commit 7d100dc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,27 @@ 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).

## [Unreleased]
## [3.0]

### Added

- Django 3.0 & 3.1 support
- Python 3.8 & 3.9 support
- Inline type information according to PEP 484 / 561

### Changed

### Removed

- Django 1.11, 2.0 support
- Python 3.5 support

### Changed

- Print formatted JSON event data during interactive replays

### Fixed

- Use timeout during interactive replay to avoid errors when losing connections

## [2.0]

### Added
Expand Down

0 comments on commit 7d100dc

Please sign in to comment.