]> granicus.if.org Git - php/commitdiff
- Missing register command
authorFelipe Pena <felipensp@gmail.com>
Sat, 23 Nov 2013 16:07:04 +0000 (14:07 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sat, 23 Nov 2013 16:07:04 +0000 (14:07 -0200)
Changelog.md

index e19282c5e39f38b0d46e3b10d14c1f5f7e6a7162..31d732a5713ad9a2d6fc0ec3ad2ff4054d25324d 100644 (file)
@@ -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