From 10df09b14a18e11b3ecba472deb2fdb7a102eca6 Mon Sep 17 00:00:00 2001 From: Sebastien Lambla Date: Tue, 13 Feb 2018 10:17:36 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b518a31..a77a180b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ OpenRasta adheres to [Semantic Versioning](http://semver.org/). doesn't support them. - You can now strongly-type Uri definitions, to get rid of those nasty strings, so .AtUri(r=>$"/resource/{r.Id}") just works. + - A new package, `OpenRasta.Plugins.ReverseProxy`, allows you to, well, reverse + proxy other resoures, even those that weren't, god forbid, using OpenRasta. ### Changed