1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Update for 1.0.0 final

This commit is contained in:
Jordi Boggiano
2011-07-07 18:21:02 +02:00
parent cf247ca0ac
commit 433b98d421
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
* 1.0.0 (2011-07-06)
Changes:
* Added IntrospectionProcessor to get info from where the logger was called
* Fixed WebProcessor in CLI
* 1.0.0-RC1 (2011-07-01) * 1.0.0-RC1 (2011-07-01)
* Initial release * Initial release

View File

@@ -3,7 +3,7 @@
"description": "Logging for PHP 5.3", "description": "Logging for PHP 5.3",
"keywords": ["log","logging"], "keywords": ["log","logging"],
"homepage": "http://github.com/Seldaek/monolog", "homepage": "http://github.com/Seldaek/monolog",
"version": "1.0.0-RC1", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {