Skip to content

Commit f55d5e1

Browse files
authored
Merge pull request #704 from fatfreecrm/0.17.x
Release 0.17.0
2 parents 32dbca1 + 47c66a9 commit f55d5e1

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,30 @@ 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-
Unreleased (0.17.0)
8-
---------------------------------------------------------------------
7+
Sat Jan 20, 2018 (0.17.0)
8+
---------------------------------------------------------------------
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.
13+
This may break plugins which rely on Chozen. To fix any issues please
14+
migrate to Select2 or add Chozen to your plugins.
15+
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
22+
- #691 Wording
23+
- #688 Preparation for Devise
24+
- #686 Bundle update
25+
- #683 Rubocop: Refactoring
26+
- #680 Alternative build setup
27+
- #682 Rubocop: Hashrockets
28+
- #693 Update Japanese translations
29+
- #697 Minor security improvements
30+
- #703 #696 Replace Chozen with select2
931
- #678 Find an account by name when name is in params (fixes #397)
1032
- #673 Improve JS escaping
1133
- #671 Devise Readiness (+ thread-safety): Refactor User.my scope

0 commit comments

Comments
 (0)