Skip to content

Commit bb7f323

Browse files
committed
Update CHANGELOG.md
1 parent bc2f4ca commit bb7f323

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
## Master (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.0...master)
1+
## 0-6-stable (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.3...0-6-stable)
2+
3+
* Restore compatibility with Formtastic 2.0 by [@seanlinsley][]
4+
* Backport of [#3489][] by [@timoschilling][]
5+
* Backport of [#3659][] by [@timoschilling][]
6+
7+
## 0.6.3 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.2...v0.6.3)
8+
9+
* __Reinstitutes the 10k limit for CSV exports__ [#2847][] by [@seanlinsley][]
10+
* Blacklists Devise versions vulnerable to CVE-2013-0233 [#2744][] by [@jjarmoc][]
11+
* Autoloads the Comments model so it respects user's Kaminari config 77c97d27 by [@seanlinsley][]
12+
* Hides the blank slate link if user doesn't have permissions [#2588][] by [@seanlinsley][]
13+
* Fixes incorrect breadcrumb on edit pages [#2601][] by [@shekibobo][]
14+
* Resurrects `ResourceMismatchError` b1c28cdb by [@seanlinsley][]
15+
* Keeps filter conditions from being deleted fa0edec4 by [@seanlinsley][]
16+
* Translations by [@teoulas][], [@tricknotes][], [@givanse][], and [@pcreux][] :heart:
17+
18+
## 0.6.2 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.1...v0.6.2)
19+
20+
* Patches MetaSearch bug for attributes ending in "ne" d5db9ff4 by [@seanlinsley][]
221

322
## 0.6.1 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.0...v0.6.1)
423

@@ -904,6 +923,8 @@ of the highlights. 250 commits. Enough said.
904923
[#2419]: https://github.com/gregbell/active_admin/issues/2419
905924
[#2420]: https://github.com/gregbell/active_admin/issues/2420
906925
[#2454]: https://github.com/gregbell/active_admin/issues/2454
926+
[#3489]: https://github.com/gregbell/active_admin/issues/3489
927+
[#3659]: https://github.com/gregbell/active_admin/issues/3659
907928
[@Bishop]: https://github.com/Bishop
908929
[@BoboFraggins]: https://github.com/BoboFraggins
909930
[@DMajrekar]: https://github.com/DMajrekar
@@ -992,6 +1013,7 @@ of the highlights. 250 commits. Enough said.
9921013
[@stereoscott]: https://github.com/stereoscott
9931014
[@sunny]: https://github.com/sunny
9941015
[@tank-bohr]: https://github.com/tank-bohr
1016+
[@timoschilling]: https://github.com/timoschilling
9951017
[@tinynumbers]: https://github.com/tinynumbers
9961018
[@tracedwax]: https://github.com/tracedwax
9971019
[@tricknotes]: https://github.com/tricknotes

0 commit comments

Comments
 (0)