Skip to content

Commit e98e892

Browse files
committed
Added to CHANGELOG and bumped to 0.3.4
1 parent 97425ca commit e98e892

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Nothing yet
44

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+
521
## 0.3.3
622

723
1 commit by 1 author

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '0.3.3'
2+
VERSION = '0.3.4'
33
end

0 commit comments

Comments
 (0)