Skip to content

Commit 628bfb0

Browse files
author
Daniel O'Connor
committed
Merge branch 'master' of github.com:fatfreecrm/fat_free_crm
2 parents 42dca4a + f55d5e1 commit 628bfb0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ It does not matter how slowly you go as long as you do not stop.
44
First they ignore you, then they laugh at you, then they fight you,
55
then you win. –- Mahatma Gandhi
66

7-
Sun Jan 21, 2018 (0.17.0)
7+
Sat Jan 20, 2018 (0.17.0)
88
---------------------------------------------------------------------
9-
This release replaces Chozen with Select2 consistently across the app.
9+
10+
### Important changes
11+
#### Select2 for select boxes
12+
This release replaces [Chozen](https://harvesthq.github.io/chosen/) with [Select2](https://select2.org/) consistently across the app.
1013
This may break plugins which rely on Chozen. To fix any issues please
1114
migrate to Select2 or add Chozen to your plugins.
1215

16+
#### Counter caches
17+
To improve performance, a number of [counter caches](http://guides.rubyonrails.org/association_basics.html#options-for-belongs-to-counter-cache) have been added.
18+
19+
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.
20+
21+
#### Other changes
1322
- #691 Wording
1423
- #688 Preparation for Devise
1524
- #686 Bundle update

0 commit comments

Comments
 (0)