From 634ed4b3fe8ced2598dd7f7af7a0f8ecb4a6e8b0 Mon Sep 17 00:00:00 2001 From: Sebastien Lambla Date: Tue, 12 Dec 2017 12:04:02 +0000 Subject: [PATCH] document changes in release --- .DS_Store | Bin 0 -> 6148 bytes CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3d825362ef64b98232231043bae82096aaed5736 GIT binary patch literal 6148 zcmeHK%}VP)6rO2&uZac8g}YF2G2p^Y7xf40GW52t1jUFh)LRo1ZUZ5aB(;lD2tI%h zpj&_5LwyKe#J%UtOhu{gTBEFAB4~UVq}Ha^=U*DZ`wun$?-A zdE|7HzLUFoFKfDK$C`ISKk(diKlJnNZViXvP?*2jX&*4{<@=N0g9>LI5oH=P6CGkJ- zjG{+Tgv04;h0EE&FJw65wnA!&0b<}i z17+2<@ceIo{{DZTL_K1F7?>yqc%|jEny@5&wvH_h&sqU`42ptrg~HbqFyv7Tv3L~E bf=U6uKm*X$SSSP!2wemu4b%_=|CNCkvpirB literal 0 HcmV?d00001 diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ad2dfa..5328fffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,22 @@ OpenRasta adheres to [Semantic Versioning](http://semver.org/). now we check correctly. ### Security +## [2.5.2000] - 2017-12-12 +### Changed +Releases can take longer than expected, look at Duke Nukem Forever. The 2.6 release +is so full of goodness that we're spending a bit more time polishing it. In the +meantime, thanks to the sponsorship of our friends at olo.com, we backported +some of that goodness to the 2.5 branch. + +### Changed + - The DI container is now lock-free, which should enable more throughput, less + deadlocks, and generally make the experience even smoother. + - As we move towards removing the container dependencies in the core, note that + your container must support resolving `Func`s and `IEnumerable`s to continue + functioning. + - Containers can now support explicit request scoping, so if your container + support that, look at the code and update! + ## [2.5.1050] - 2016-12-15 ### Fixed - When we removed the authentication support from the out of the box experience,