about summary refs log tree commit homepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-16 17:19:04 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-16 17:20:14 -0700
commit12d9161f33e98331552a8a767c4fc11ab741cc5a (patch)
tree12d27f8080c75a8677d9b2acc621c4d8f237b693 /CHANGELOG
parent499d42c808347a598dabe8e7922778df29339f15 (diff)
downloadunicorn-12d9161f33e98331552a8a767c4fc11ab741cc5a.tar.gz
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 401c0f7..96aebae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
+v0.90.0 - switch chunking+trailer handling to Ragel, v0.8.4 fixes
 v0.9.2 - Ruby 1.9.2 preview1 compatibility
 v0.9.1 - FD_CLOEXEC portability fix (v0.8.2 port)
 v0.9.0 - bodies: "Transfer-Encoding: chunked", rewindable streaming
+v0.8.4 - pass through unknown HTTP status codes
+v0.8.3 - Ruby 1.9.2 preview1 compatibility
 v0.8.2 - socket handling bugfixes and usability tweaks
 v0.8.1 - safer timeout handling, more consistent reload behavior
 v0.8.0 - enforce Rack dependency, minor performance improvements and fixes