You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rdoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
= CHANGES
2
2
3
-
== 0.16.0.pre4
3
+
== 0.16.0.pre4 (2025-11-19)
4
4
5
5
- FIX Specs are now passing for Ruby 3.4 (@crashtech)
6
6
- NEW Added what HTTP Server to use as an option when generating a new project (@crashtech)
7
-
- FIX Added the HTTP Server to Gemfile as Ruby 3.0 removed WEBrick from standard library (@crashtech)
8
-
- FIX Patch `Padrino.core` by filtering any 'core_ext/kernel_require' (common patter for gems that override Kernel#require) from caller entries (@crashtech)
7
+
- FIX Added the HTTP Server to Gemfile as Ruby 3.0 removed WEBrick from the standard library (@crashtech)
8
+
- FIX Patch `Padrino.core` by filtering any 'core_ext/kernel_require' (common pattern for gems that override Kernel#require) from caller entries (@crashtech)
0 commit comments