Skip to content

Commit

Permalink
Released v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed Sep 18, 2017
1 parent bd847e6 commit 610e250
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Changelog
=========

## v3.5.0
- [#358](https://github.com/offirgolan/ember-cp-validations/pull/358) [BUGFIX] Rework Warning Logic

#### Upgrade Notes

The `isWarning` flag on the validations object as well as the individual attribute validations object has been removed since
it didn't really make any sense and replace with a `hasWarnings` flag.

## v3.4.1

- [#530](https://github.com/offirgolan/ember-cp-validations/pull/530) bumped version on ember-string-ishtmlsafe-polyfill dependency [@stopfstedt](https://github.com/stopfstedt)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cp-validations",
"version": "3.4.1",
"version": "3.5.0",
"description": "Ember computed property based validation library",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 610e250

Please sign in to comment.