Skip to content

Commit bae6cec

Browse files
committed
update CHANGELOG for 0.6.3
1 parent cc81258 commit bae6cec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ index download_links: ->{ can?(:view_all_download_links) || [:pdf] }
3434
* Fixes comment creation bug with aliased resources 9a082486 by [@seanlinsley][]
3535
* Fixes the deletion of `:if` and `:unless` from filters [#2523][] by [@PChambino][]
3636

37+
## 0.6.3 [](https://github.com/gregbell/active_admin/compare/v0.6.2...v0.6.3)
38+
39+
* __Reinstitutes the 10k limit for CSV exports__ [#2847][] by [@seanlinsley][]
40+
* Blacklists Devise versions vulnerable to CVE-2013-0233 [#2744][] by [@jjarmoc][]
41+
* Autoloads the Comments model so it respects user's Kaminari config 77c97d27 by [@seanlinsley][]
42+
* Hides the blank slate link if user doesn't have permissions [#2588][] by [@seanlinsley][]
43+
* Fixes incorrect breadcrumb on edit pages [#2601][] by [@shekibobo][]
44+
* Resurrects `ResourceMismatchError` b1c28cdb by [@seanlinsley][]
45+
* Keeps filter conditions from being deleted fa0edec4 by [@seanlinsley][]
46+
* Translations by [@teoulas][], [@tricknotes][], [@givanse][], and [@pcreux][] :heart:
47+
3748
## 0.6.2 [](https://github.com/gregbell/active_admin/compare/v0.6.1...v0.6.2)
3849

3950
* Patches MetaSearch bug for attributes ending in "ne" d5db9ff4 by [@seanlinsley][]
@@ -951,6 +962,10 @@ of the highlights. 250 commits. Enough said.
951962
[#2541]: https://github.com/gregbell/active_admin/issues/2541
952963
[#2544]: https://github.com/gregbell/active_admin/issues/2544
953964
[#2545]: https://github.com/gregbell/active_admin/issues/2545
965+
[#2588]: https://github.com/gregbell/active_admin/issues/2588
966+
[#2601]: https://github.com/gregbell/active_admin/issues/2601
967+
[#2744]: https://github.com/gregbell/active_admin/issues/2744
968+
[#2847]: https://github.com/gregbell/active_admin/issues/2847
954969
[@Bishop]: https://github.com/Bishop
955970
[@BoboFraggins]: https://github.com/BoboFraggins
956971
[@DMajrekar]: https://github.com/DMajrekar
@@ -986,6 +1001,7 @@ of the highlights. 250 commits. Enough said.
9861001
[@fbuenemann]: https://github.com/fbuenemann
9871002
[@george]: https://github.com/george
9881003
[@ggilder]: https://github.com/ggilder
1004+
[@givanse]: https://github.com/givanse
9891005
[@gregbell]: https://github.com/gregbell
9901006
[@hakanensari]: https://github.com/hakanensari
9911007
[@henrrrik]: https://github.com/henrrrik
@@ -996,6 +1012,7 @@ of the highlights. 250 commits. Enough said.
9961012
[@jbarket]: https://github.com/jbarket
9971013
[@jbhannah]: https://github.com/jbhannah
9981014
[@jherdman]: https://github.com/jherdman
1015+
[@jjarmoc]: https://github.com/jjarmoc
9991016
[@johnnyshields]: https://github.com/johnnyshields
10001017
[@jokklan]: https://github.com/jokklan
10011018
[@joseluistorres]: https://github.com/joseluistorres
@@ -1042,6 +1059,7 @@ of the highlights. 250 commits. Enough said.
10421059
[@stereoscott]: https://github.com/stereoscott
10431060
[@sunny]: https://github.com/sunny
10441061
[@tank-bohr]: https://github.com/tank-bohr
1062+
[@teoulas]: https://github.com/teoulas
10451063
[@tinynumbers]: https://github.com/tinynumbers
10461064
[@tracedwax]: https://github.com/tracedwax
10471065
[@tricknotes]: https://github.com/tricknotes

0 commit comments

Comments
 (0)