Commit ddf8c4b64b1e95c791667a839d2d0ee224309817
1 parent
249d9851
Exists in
master
and in
1 other branch
Update CHANGELOG.md
[ci skip]
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
CHANGELOG.md
@@ -18,6 +18,7 @@ | @@ -18,6 +18,7 @@ | ||
18 | 18 | ||
19 | - [#565][] Treat request URL as CDATA so query string params don't | 19 | - [#565][] Treat request URL as CDATA so query string params don't |
20 | result in invalid XML ([@mildavw][]) | 20 | result in invalid XML ([@mildavw][]) |
21 | +- [#594][] Dont use ^ and $ on email_regexp([@arthurnn][]) | ||
21 | 22 | ||
22 | 23 | ||
23 | [@arthurnn]: https://github.com/arthurnn | 24 | [@arthurnn]: https://github.com/arthurnn |
@@ -30,6 +31,8 @@ | @@ -30,6 +31,8 @@ | ||
30 | [#515]: https://github.com/errbit/errbit/issues/515 | 31 | [#515]: https://github.com/errbit/errbit/issues/515 |
31 | [#547]: https://github.com/errbit/errbit/issues/547 | 32 | [#547]: https://github.com/errbit/errbit/issues/547 |
32 | [#565]: https://github.com/errbit/errbit/issues/565 | 33 | [#565]: https://github.com/errbit/errbit/issues/565 |
34 | +[#588]: https://github.com/errbit/errbit/issues/588 | ||
35 | +[#594]: https://github.com/errbit/errbit/pull/594 | ||
33 | 36 | ||
34 | ## 0.2.1 - Not released Yet | 37 | ## 0.2.1 - Not released Yet |
35 | 38 |