Skip to content

Commit

Permalink
Release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Sep 29, 2015
1 parent f0b1519 commit 82f5224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# CHANGELOG

## Unreleased
## v0.5.0

- Upgraded to Crystal 0.8.0 (uses standard Process.new and dropped deprecations)
Enhancements:
- Upgraded to Crystal 0.8.0 (uses standard Process.new, dropped deprecations)
- Generic SIGCHLD handler to reap zombie children (no more reap threads)

Fixes:

- Proxy middleware was always run after public file middleware

## v0.4.2

Features:

- Prax now logs on `~/.prax/_logs.prax.log` when daemonized

Fixes:

- Prax crashed when starting as a daemon
- Prax hanged forever with concurrent requests to an app while it spawned

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.5.0-1

0 comments on commit 82f5224

Please sign in to comment.