Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed Jun 3, 2018
1 parent 44fe88a commit 935fff9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
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]

## [2.6.0] - 2018-06-03
### Removed
- Support for Django 1.9

### Fixed
- EChoice implements comparison methods instead of EOrderedChoice. Thus, field validators can be run, as the comparison
is done on the EChoice.value property instead of the EChoice instance itself.

0 comments on commit 935fff9

Please sign in to comment.