Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fatfreecrm/fat_free_crm
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel O'Connor committed Jan 20, 2018
2 parents 42dca4a + f55d5e1 commit 628bfb0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ It does not matter how slowly you go as long as you do not stop.
First they ignore you, then they laugh at you, then they fight you,
then you win. –- Mahatma Gandhi

Sun Jan 21, 2018 (0.17.0)
Sat Jan 20, 2018 (0.17.0)
---------------------------------------------------------------------
This release replaces Chozen with Select2 consistently across the app.

### Important changes
#### Select2 for select boxes
This release replaces [Chozen](https://harvesthq.github.io/chosen/) with [Select2](https://select2.org/) consistently across the app.
This may break plugins which rely on Chozen. To fix any issues please
migrate to Select2 or add Chozen to your plugins.

#### Counter caches
To improve performance, a number of [counter caches](http://guides.rubyonrails.org/association_basics.html#options-for-belongs-to-counter-cache) have been added.

Users with large amounts of records may find certain [database migrations](https://github.com/fatfreecrm/fat_free_crm/blob/master/db/migrate/20180102075234_add_account_counter_caches.rb) taking a large amount of time, as each record is cached upfront.

#### Other changes
- #691 Wording
- #688 Preparation for Devise
- #686 Bundle update
Expand Down

0 comments on commit 628bfb0

Please sign in to comment.