From 935fff9704e47105a6055334b2894bc8c4f1e9af Mon Sep 17 00:00:00 2001 From: Marc Bourqui Date: Sun, 3 Jun 2018 20:09:56 +0200 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..95b1a60 --- /dev/null +++ b/CHANGELOG.md @@ -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.