diff -ru CHANGELOG-3.0.md CHANGELOG-3.0.md --- CHANGELOG-3.0.md 2016-06-30 16:30:30.140036216 +0000 +++ CHANGELOG-3.0.md 2016-06-30 16:30:40.259958781 +0000 @@ -24,7 +24,7 @@ * bug #19127 [Form] Add exception to FormRenderer about non-unique block names (enumag) * bug #19118 [Process] Fix pipes cleaning on Windows (nicolas-grekas) * bug #19128 Avoid phpunit 5.4 warnings on getMock (2.7+) (iltar) - * bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas) + * bug #19114 [HttpKernel] Dont close the response stream in debug (nicolas-grekas) * bug #19101 [Session] fix PDO transaction aborted under PostgreSQL (Tobion) * bug #18501 [HttpFoundation] changed MERGE queries (hjkl) * bug #19062 [HttpFoundation] Fix UPSERT for PgSql >= 9.5 (nicolas-grekas) @@ -87,7 +87,7 @@ * bug #18180 [Form] fixed BC break with pre selection of choices with `ChoiceType` and its children (HeahDude) * bug #18645 [Console] Fix wrong exceptions being thrown (JhonnyL) - * bug #18562 [WebProfilerBunde] Give an absolute url in case the request occured from another domain (romainneutron) + * bug #18562 [WebProfilerBunde] Give an absolute url in case the request occurred from another domain (romainneutron) * bug #18600 [DI] Fix AutowirePass fatal error with classes that have non-existing parents (hason, nicolas-grekas) * bug #18556 [FrameworkBundle] Better output for user in ContainerDebugCommand (JhonnyL) * bug #18603 [PropertyAccess] ->getValue() should be read-only (nicolas-grekas) @@ -334,7 +334,7 @@ * bug #17112 [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace (alekitto) * bug #17109 Improved the design of the web debug toolbar (javiereguiluz) * bug #16797 [Filesystem] Recursively widen non-executable directories (Slamdunk) - * bug #16926 [DependencyInjection] fixed definition loosing property shared when decorated by a parent definition (wahler) + * bug #16926 [DependencyInjection] fixed definition losing property shared when decorated by a parent definition (wahler) * bug #17040 [Console] Avoid extra blank lines when rendering exceptions (ogizanagi) * bug #17044 [Form] fix BC break introduced with prototype_data option (memphys) * bug #17055 [Security] Verify if a password encoded with bcrypt is no longer than 72 characters (jakzal) @@ -356,7 +356,7 @@ * feature #16760 Show silenced errors in separate tab (peterrehm) * feature #16937 [PhpUnitBridge] Replace "weak-verbose" by "deprecations upper bound" mode (nicolas-grekas) * bug #16953 return ajax collector to collectors.php (NothingWeAre) - * bug #16915 [Process] Enhance compatiblity with --enable-sigchild (nicolas-grekas) + * bug #16915 [Process] Enhance compatibility with --enable-sigchild (nicolas-grekas) * bug #16829 [FrameworkBundle] prevent cache:clear creating too long paths (Tobion) * bug #16922 [FrameworkBundle] [Bug] Fixes new InputStyle bug #16920 (AlmogBaku) * bug #16921 Fix short array syntax for php 5.3 (ewgRa)