Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhegarty committed Dec 23, 2021
1 parent f50cdf9 commit ba3af50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

3.0.0 (unreleased)
------------------

Breaking changes
################

- Check value of ManyToManyField in skip_row() (#1271)
- This fixes an issue where ManyToMany fields are not checked correctly in `skip_row()`.
This means that `skip_row()` now takes `row` as a mandatory arg.
If you have overridden `skip_row()` in your own implementation, you will need to add `row`
as an arg.


2.7.2 (unreleased)
------------------

Expand Down

0 comments on commit ba3af50

Please sign in to comment.