Skip to content

Commit

Permalink
Update CHANGELOG for 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed May 12, 2019
1 parent 9d93d55 commit 78525c1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Version 0.4.1 (May 11, 2019)

## Core

* Rocket's default `Server` HTTP header no longer overrides a user-set header.
* Fixed encoding and decoding of certain URI characters.

## Codegen

* Compiler diagnostic information is more reliably produced.

## Contrib

* Database pool types now implement `DerefMut`.
* Added support for memcache connection pools.
* Stopped depending on default features from core.

## Docs

* Fixed many typos across the rustdocs and guide.
* Added guide documentation on mounting more than one route at once.

## Infrastructure

* Testing no longer requires "bootstrapping".
* Removed deprecated `isatty` dependency in favor of `atty`.

# Version 0.4.0 (Dec 06, 2018)

## New Features
Expand Down

0 comments on commit 78525c1

Please sign in to comment.