File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## 2.0.1
6+
7+ ### Fixed
8+
9+ * fix issue with xls_builder retaining data between requests when there is an exception on a computed field [ #13 ] [ ]
10+
11+ ## 2.0.0
12+
13+ ### Changed
14+
15+ * Drop support for ruby 1.9, rails 3.2, and ActiveAdmin 0.6.6.
16+ * Add support for rails 5.1 [ #8 ] [ ]
17+
518## 1.1.0
619
720### Added
4558[ #3 ] : https://github.com/thambley/activeadmin-xls/issues/3
4659[ #4 ] : https://github.com/thambley/activeadmin-xls/pull/4
4760[ #7 ] : https://github.com/thambley/activeadmin-xls/issues/7
61+ [ #8 ] : https://github.com/thambley/activeadmin-xls/issues/8
4862[ #11 ] : https://github.com/thambley/activeadmin-xls/pull/11
63+ [ #13 ] : https://github.com/thambley/activeadmin-xls/issues/13
4964
5065[ @rewritten ] : https://github.com/rewritten
5166[ @ejaypcanaria ] : https://github.com/ejaypcanaria
Original file line number Diff line number Diff line change 11module ActiveAdmin
22 module Xls
33 # ActiveAdmin XLS gem version
4- VERSION = '2.0.0 ' . freeze
4+ VERSION = '2.0.1 ' . freeze
55 end
66end
You can’t perform that action at this time.
0 commit comments