Skip to content

Commit 968f3a3

Browse files
Add NoMailer to the Changelog
1 parent 3c3c4e6 commit 968f3a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ CHANGELOG
66
* optimized sfCompileConfigHandler and added unit tests
77
* added possibility to use sfAPCCache without APC (same as sfNoCache)
88
* added logger into service container for command
9-
* optimized sfPatternRouting cache with unserialise sfRoute objects on demand, huge gain with lookup_cache_dedicated_keys
9+
* optimized sfPatternRouting cache with unserialise sfRoute objects on demand, huge gain with `lookup_cache_dedicated_keys`
1010
* added sf_cli core configuration
1111
* added default option --no-debug for tasks (usefull for project:optimize task)
12-
* used is_file instead of file_exists in sfFileCache, sfAutoload, sfApplicationConfiguration, sfProjectConfiguration and sfSessionTestStorage classes
12+
* used `is_file` instead of `file_exists` in sfFileCache, sfAutoload, sfApplicationConfiguration, sfProjectConfiguration and sfSessionTestStorage classes
1313
* added sfBaseTask::isVerbose() method
1414
* fixed "plugin:publish-assets" task generate absolute symlinks
1515
* fixed "project:optimize" task: file permissions, configurable environment and module generation
@@ -34,7 +34,7 @@ CHANGELOG
3434
* better code coverage for sfWebRequest class unit tests
3535
* added parameters proxy to sfWebRequest::getClientIp() method (default true)
3636
* introduced trust_proxy option on sfWebRequest (default true)
37-
* added call to fastcgi_finish_request() function if available on sfWebResponse::run() method
37+
* added call to `fastcgi_finish_request()` function if available on sfWebResponse::run() method
3838
* added possibility to launch bin/coverage task for only one class
3939
* added sfRequest::getOption() method
4040
* used SQLite 3 for php 5.3 or later, as it's required for php 5.4
@@ -74,6 +74,7 @@ CHANGELOG
7474
* imported sfServiceContainer component
7575
* replaced embedded swiftmailer by upstream submodule of swiftmailer 4.1
7676
* removed sfPropelPlugin
77+
* add `sfNoMailer` class for application without mail
7778

7879
05/30/12: Versions 1.4.18
7980
-------------------------

0 commit comments

Comments
 (0)