From cd1cd7abf8e06aab3f6c1e805026bdb29cce2d53 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 2 Nov 2011 12:39:10 +0100 Subject: [PATCH] updated CHANGELOG for 2.0.5 --- CHANGELOG-2.0.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 10755d6115..6ad4e27c77 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -7,6 +7,39 @@ in 2.0 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1 +* 2.0.5 (2011-11-02) + + * c5e2def: Fix ternary operator usage in RequestMatcher::checkIpv6() + * 43ce425: [HttpKernel] added missing accessor + * 80f0b98: [DependencyInjection] Fix DefinitionDecorator::getArgument() for replacements + * 4bd340d: [Security] Fix typo in init:acl command name + * 3043fa0: [HttpFoundation] fixed PHP 5.4 regression + * 8dcde3c: [DependencyInjection] fixed int casting for XML files (based on what is done in the YAML component) + * 6c2f093: [HttpFoundation] removed superfluous query call (closes #2469) + * 6343bef: [HttpKernel] Updated mirror method to check for symlinks before dirs and files + * 27d0809: [MonologBridge] Adjust for Monolog 1.0.2 + * 808088a: added the ability to use dot and single quotes in the keys and values + * cbb4bba: [Routing] fixed side-effect in the PHP matcher dumper + * 1a43505: [FrameworkBundle] fixed priority to be consistent with 2.1 + * 6b872cf: Check if cache_warmer service is available before doing the actual cache warmup + * e81c710: Increased the priority of the profiler request listener + * 2b0af5e: [HttpKernel] fixed profile parent/children for deep-nested requests + * 9d8046e: [Doctrine] GH-1635 - UniqueValidator now works with associations + * 3426c83: [BrowserKit] fixed cookie updates from Response (the URI here is not the base URI, so it should not be used to determine the default values missing in the cookie, closes #2309) + * c0f5b8a: [HttpKernel] fixed profile saving when it has children + * 3d7510e: [HttpKernel] fixed missing init for Profile children property + * 00cbd39: [BrowserKit] Fixed cookie expiry discard when attribute contains capitals + * edfa29b: session data needs to be encoded because it can contain non binary safe characters e.g null. Fixes #2067 + * c00ba4d: [Console] fixed typo (closes #2358) + * 2270a4d: [Bridge][Doctrine] Adding a catch for when a developer uses the EntityType with multiple=false but on a "hasMany" relationship + * 2877883: anything in front of ;q= is part of the mime type, anything after may be ignored + * d2d849c: Added translations for "hy" + * ae0685a: [Translation] Loader should only load local files + * 8bd0e42: [Form] Use proper parent (text) for EmailType and TextareaType + * 95049ef: [Form] Added type check to `ScalarToChoiceTransformer` + * a74ae9d: [HttpFoundation] made X_REWRITE_URL only available on Windows platforms + * 828b18f: [Form] Fixed lacking attributes in DateTimeType + * 2.0.4 (2011-10-04) * cf4a91e: [ClassLoader] fixed usage of trait_exists()