Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcos committed May 3, 2018
1 parent 3abc093 commit 6bf7030
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Always reference the ticket number at the end of the issue description.


## [unreleased]

### Changed

- in Forms, `help_text` is now displayed as a popup.

## Fixed

- SimpleSearchForm now works as expected, it can be replaced by a custom form
with a variable number of fields

## Removed

- QuickFiltersFormMixin this is no longer needed, the same functionality can be
added by using a `ChoiceField` with a `QuickFiltersSelect` or a
`QuickFiltersSelectMultiple` widget.


## 1.1.0 (2017-04-20)

### Added
Expand Down

0 comments on commit 6bf7030

Please sign in to comment.