Commit:    b3f295c40d0ca34d00fd16cb2053271b3d9b9776
Author:    Felipe Pena <felipe...@gmail.com>         Sat, 23 Nov 2013 14:07:04 
-0200
Parents:   32d666b1c17497e696bffe46cca0afeddd864c06
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b3f295c40d0ca34d00fd16cb2053271b3d9b9776

Log:
- Missing register command

Changed paths:
  M  Changelog.md


Diff:
diff --git a/Changelog.md b/Changelog.md
index e19282c..31d732a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,12 +5,13 @@ Version 0.1.0 2013-11-23
 ------------------------
 
 1. New commands:
-  - until  (continue until the current line is executed)
-  - frame  (switch to a frame in the current stack for inspection)
-  - info   (quick access to useful information on the console)
-  - finish (continue until the current function has returned)
-  - leave  (continue until the current function is returning)
-  - shell  (shell a command)
+  - until    (continue until the current line is executed)
+  - frame    (switch to a frame in the current stack for inspection)
+  - info     (quick access to useful information on the console)
+  - finish   (continue until the current function has returned)
+  - leave    (continue until the current function is returning)
+  - shell    (shell a command)
+  - register (register a function for use as a command)
 2. Added printers for class and method
 3. Make uniform commands and aliases where possible
 4. Include all alias information and sub-command information in help


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to