Files
sdk/pkg/http_server/CHANGELOG.md
T
kevmoo@google.com 4e87f2a87c pkg/http_server: move to multi-lib layout
Dependencies between features are now crystal clear

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//756493002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41936 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-24 18:14:19 +00:00

246 B

0.9.5+1

  • Updated the layout of package contents.

0.9.5

  • Removed the decoding of HTML entity values (in the form &#xxxxx;) for values when parsing multipart/form-post requests.

0.9.4

  • Fixed bugs in the handling of the Range header