Update NEWS

[ci skip]
This commit is contained in:
Elliot Winkler 2019-07-31 21:33:48 -06:00
parent 20e3da3a68
commit f0d9c26692
1 changed files with 10 additions and 0 deletions

10
NEWS.md
View File

@ -1,3 +1,13 @@
# 4.1.2
### Bug fixes
* Fix another regression with `validate_presence_of` so that it works against an
attribute that has been decorated with `serialize` using a custom serializer
class. ([#1236])
[#1236]: https://github.com/thoughtbot/shoulda-matchers/pull/1236
# 4.1.1
### Bug fixes