Skip to content

Commit 3605090

Browse files
committed
fill in release notes for 1.1.20
1 parent 4771f92 commit 3605090

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

History.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
## 1.1.20 (22/01/16)
2+
3+
- pre-maturely avoid Ruby frozen string literals coming at us ... ''.dup meh!
4+
- allow to boot when RAILS_ROOT/public directory does not exist (closes #197)
5+
- for better booter detection - export public path after working dir was changed
6+
- `ActionController::Base` provides a method `servlet_response` to return the
7+
`java.servlet_response` rack env (#201)
8+
- adjust jruby home dir fallback (for default $LOAD_PATH) correctly on 9K and --2.0
9+
- servlet env should behave on `fetch` and `[]` like a Hash (nil value can be set)
10+
111
## 1.1.19 (01/07/15)
212

313
- update (bundled) rack to 1.5.5
414
- servlet attrs with null/false values should not end up with an '' env value (#195)
515
- tune ErrorApp + ShowStatus to respect set 'rack.showstatus.detail' (#194)
616
- allow for more `JRuby::Rack::ErrorApp` customizations + retrieve cause when needed
7-
- `ActionController::Base` provides a method `servlet_response` to return the
8-
`java.servlet_response` rack env.
917

1018
## 1.1.18 (13/01/15)
1119

0 commit comments

Comments
 (0)