Skip to content

Commit 803c8f1

Browse files
committed
updated CHANGELOG for 3.0.0-BETA1
1 parent 8191541 commit 803c8f1

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

CHANGELOG-3.0.md

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
CHANGELOG for 3.0.x
2+
===================
3+
4+
This changelog references the relevant changes (bug and security fixes) done
5+
in 3.0 minor versions.
6+
7+
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8+
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.0.0...v3.0.1
9+
10+
* 3.0.0-BETA1 (2015-11-16)
11+
12+
* feature #16516 Remove some more legacy code (nicolas-grekas)
13+
* feature #11431 [Console] End of options (--) signal support (Seldaek)
14+
* feature #16411 [3.0] use ContainerAwareTrait (blanchonvincent, Tobion)
15+
* feature #16400 [3.0] [Templating] remove deprecated method (TomasVotruba)
16+
* feature #16381 remove polyfills for unsupported php versions (Tobion)
17+
* feature #16392 [3.0] [Security] remove deprecated SrtingUtils class (TomasVotruba)
18+
* feature #16390 [3.0] [Serializer] JsonEncoder: remove deprecated method (TomasVotruba)
19+
* feature #16301 [EventDispatcher] add method getListenerPriority() to interface (xabbuh)
20+
* feature #12119 [Console] Add progress indicator helper (kbond)
21+
* feature #16203 [Yaml] removed YAML parser \ escaping in double-quotes (fabpot)
22+
* feature #16107 [3.0] Various deprecations cleanups (nicolas-grekas)
23+
* feature #16125 Replace is_callable checks with type hints (mpajunen, nicolas-grekas)
24+
* feature #16076 [HttpFoundation] change precedence of parameters in Request::get (Tobion)
25+
* feature #16075 [3.0] Clean Form, Validator, DowCrawler and some more (nicolas-grekas)
26+
* feature #16035 [3.0][Security] Remove deprecated features (follow up of #15899) (Koc)
27+
* feature #8967 [HttpFoundation] Request->getRequestFormat should only rely on the request attributes (pvandommelen)
28+
* feature #16067 [3.0] Remove more deprecated interfaces in Form and Validator (nicolas-grekas)
29+
* feature #16020 [CssSelector] removed the deprecated CssSelector class (fabpot)
30+
* feature #15196 [HttpKernel] make RequestStack parameter required (Tobion)
31+
* feature #16024 [Validator] removed deprecated features in Validator and Form (fabpot)
32+
* feature #15900 [3.0][DoctrineBridge] Removed deprecated features (WouterJ)
33+
* feature #15904 [3.0][FrameworkBundle] Removed deprecated features (WouterJ)
34+
* feature #16019 [HttpFoundation] removed the ParameterBag::get() deep argument (fabpot)
35+
* feature #16018 [HttpKernel] removed deprecated profiler storages (fabpot)
36+
* feature #15899 [3.0][Security] Remove deprecated features (WouterJ)
37+
* feature #15929 [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 (mpdude)
38+
* feature #15965 [Finder] removed obsolete code (fabpot)
39+
* feature #15905 [3.0][Config] Removed isFresh() related functionality (WouterJ)
40+
* feature #15936 [Console] remove deprecated shell (Tobion)
41+
* feature #10788 [HttpKernel] Add better error message when controller action isn't callable (pierredup)
42+
* feature #15868 [Finder] Remove deprecated classes (nicolas-grekas)
43+
* feature #15869 [Translation][file dump] remove deprecated format method. (aitboudad)
44+
* feature #15801 [WebProfilerBundle][HttpKernel] removed import/export commands (jakzal)
45+
* feature #15759 [3.0][Translator] remove deprecated DiffOperation class. (aitboudad)
46+
* feature #15684 [Security] Remove deprecated interfaces (nicolas-grekas)
47+
* feature #15685 [3.0] Various deprecation removal (nicolas-grekas)
48+
* feature #15693 [DI] Remove deprecated scope concept (nicolas-grekas)
49+
* feature #15695 [FrameworkBundle] Removed deprecated code paths (nicolas-grekas)
50+
* feature #15430 [SecurityBundle] Remove deprecated code (dosten)
51+
* feature #15422 [Debug] Remove deprecated ExceptionHandler::createResponse (nicolas-grekas)
52+
* feature #15347 [DependencyInjection][3.0] Add initialized to container interface (znerol)
53+
* feature #15219 [DependencyInjection] Added ParameterBagInterface::remove (lyrixx)
54+
* feature #14927 Removed deprecated stuff from the Config component (dosten)
55+
* feature #14693 [3.0][Translator] changed the visibility of the locale from protected to private. (aitboudad)
56+
* feature #14979 [Security] removed obsolete translations (fabpot)
57+
* feature #14928 Removed deprecated stuff from the Console component (dosten)
58+
* feature #14155 Removed deprecations in DependencyInjection component (dosten)
59+
* feature #14145 Removed deprecations in Filesystem component (dosten)
60+
* feature #14153 Remove the legacy PDO session handler (dosten)
61+
* feature #14634 [3.0][HttpKernel] remove deprecated functions and classes (vincentaubert)
62+
* feature #14317 [3.0][FrameworkBundle][lint commands ] remove deprecated alias. (vincentaubert)
63+
* feature #14220 [3.0][Console][OutputStyle] Implements verbosity levels methods (ogizanagi)
64+
* feature #14169 [Debug] Removed deprecated interfaces (nicolas-grekas)
65+
* feature #14147 Removed deprecations in Process component (dosten)
66+
* feature #14150 Removed deprecations in Templating component (dosten)
67+
* feature #14156 Remove deprecated Locale component (stloyd)
68+
* feature #14120 Removed deprecation in translation component (saro0h)
69+
* feature #14118 Removed deprecations in Console component (saro0h)
70+
* feature #14119 Removed deprecation in YAML component (saro0h)
71+
* feature #14091 [3.0] [FrameworkBundle] Drop backward compatibility for debug commands (matthieuauger)
72+
* feature #14070 removed all *.class parameters (fabpot)
73+
* feature #13808 [OptionsResolver] removed deprecated functionality (Tobion)
74+
* feature #13756 [3.0][Console] Added type hint (francisbesset)
75+
* feature #13752 [PropertyAccess] remove deprecations for 3.0 (Tobion)
76+
* feature #13666 removed deprecated asset feature (fabpot)
77+
* feature #13407 [Form] Remove deprecated setDefaultOptions and OptionsResolverInterface (peterrehm)
78+
* feature #13396 [Routing] remove deprecations for 3.0 (Tobion)
79+
* feature #13444 [Serializer] Remove deprecated JSON error methods (dunglas)
80+
* feature #13258 [HttpFoundation] remove deprecated : FlashBag don't implement anymore IteratorAggregate (FlorianLB)
81+
* feature #13086 [Console] Define isVerbose(), etc. methods in OutputInterface (frne)
82+
* feature #13348 [3.0][Monolog] Remove deprecated interface and deprecated methods (rosier)
83+
* feature #13260 [3.0][EventDispatcher][Event] removed deprecated methods (aitboudad)
84+
* feature #13203 [3.0] [ClassLoader] removed deprecated UniversalClassLoader and DebugClassLoader classes. (hhamon)
85+
* feature #13409 removed deprecated Twig features (fabpot)
86+
* feature #13233 [TwigBundle] removed deprecated ActionsExtension (fabpot)
87+
* feature #12663 [FrameworkBundle] remove deprecated method 'createEsi' (FlorianLB)
88+
* feature #13122 [3.0][Form] Removed depracted events PRE_BIND, BIND and POST_BIND (saro0h)
89+
* feature #13216 [3.0] [Config] removed deprecated ReferenceDumper class. (hhamon)
90+
* feature #12457 [FrameworkBundle] REFS #11294 Controller class become abstract (mickaelandrieu)
91+
* feature #12460 [3.0] [FrameworkBundle] removed request service occurrences. (hhamon)
92+
* feature #13121 [Console] Removed DialogHelper, ProgressHelper and TableHelper (saro0h)
93+
* feature #13127 [FrameworkBundle] Removed the deprecated RouterApacheDumperCommand (saro0h)
94+
* feature #13128 [Form] Removed deprecated form_enctype() (saro0h)
95+
* feature #13130 [HttpKernel] Removed deprecated ErrorHandler and ExceptionHandler classes (saro0h)
96+
* feature #13129 [Yaml] Removed the ability to parse a file in Yaml::parse() (saro0h)
97+
* feature #12994 Add LegacyPdoSessionHandler class (jeremylivingston)
98+
* feature #13046 [3.0] [Bridge] [Swiftmailer] removed Swiftmailer bridge namespace. (hhamon)
99+
* feature #12854 [3.0][HttpKernel] Remove unused method Kernel::isClassInActiveBundle (hacfi)
100+
* feature #12697 [3.0][Process] Remove deprecated methods (romainneutron)
101+
* feature #12731 [Monolog Bridge] Remove deprecated log methods + add unit tests (FlorianLB)
102+
* feature #12461 [HttpKernel] Removed deprecated Kernel::init() method (saro0h)

0 commit comments

Comments
 (0)