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

index a20d168b884034e4ca5745da96268f8c37f5846b..1c5436a88bf322956c524475d1ebd20ab7a2f22c 100644 (file)
@@ -4,13 +4,17 @@ ChangeLog for phpdbg
 Version 0.0.2 0000-00-00
 ------------------------
 
-1. Added until/u command
+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)
 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
-5. Added finish/f command
-6. Added info command
-7. Added signal handling to break execution (ctrl-c)
+5. Added signal handling to break execution (ctrl-c)
 
 
 Version 0.0.1 2013-11-15