Skip to content

Commit

Permalink
Remove 'string' operators 'includes' & 'does not include'; fixes #44
Browse files Browse the repository at this point in the history
I don't think this will affect lead handling, if flows have rules
in place testing 'string' values with these operators. It will
cause validation warnings on those flows the next time they're
saved.
  • Loading branch information
cgrayson authored and alexkwolfe committed Sep 12, 2016
1 parent 66184f7 commit 7b82e5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.9.1] - 2016-08-30
### Removed
- Remove unneeded `string` operators `includes` & `does not include` (issue #44)

## [4.9.0] - 2016-07-11
### Fixed
- Add support for negative range minimums (_only;_ not maximums), including dates prior to Jan. 1, 1970
Expand Down
2 changes: 0 additions & 2 deletions src/types/string.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class StringType
'is not equal to'
'is blank'
'is not blank'
'includes'
'does not include'
'is included in'
'is not included in'
]
Expand Down

0 comments on commit 7b82e5b

Please sign in to comment.