We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97425ca commit e98e892Copy full SHA for e98e892
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
Nothing yet
4
5
+## 0.3.4
6
+
7
+2 commits by 2 authors
8
9
+### Bug Fixes
10
11
+* Fix reloading issues across operating systems.
12
+* Fix issue where SASS was recompiling on every request. This can seriously
13
+ decrease the load time of applications when running in development mode.
14
+ Thanks @dhiemstra for tracking this one down!
15
16
+### Contributors
17
18
+* Danny Hiemstra
19
+* Greg Bell
20
21
## 0.3.3
22
23
1 commit by 1 author
lib/active_admin/version.rb
@@ -1,3 +1,3 @@
1
module ActiveAdmin
- VERSION = '0.3.3'
+ VERSION = '0.3.4'
end
0 commit comments