diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c38ca167..b56a8bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@  ### Bug Fixes  - Number filter would return incorrect value when fractional part had leading zeros. +- Issue #399: return unsorted array if no predicate  ### Breaking changes @@ -17,6 +18,8 @@    explicitly specified using $inject property.  - Dynamic Iteration (ng:repeater) on <option> elements is no longer supported. Use ng:options  - Removal of index formatter since its only use was with repeated options (see above) +- Not providing predicate to orderBy will now return the unsorted array, instead of ordering by +  natural order.  | 
