This is mostly a maintenance release. The major change is that ruby-debug has been split in two parts:
ruby-debug-base gem contains the debugger core API written in C. Use this gem if you want to create your own interface to the debugger and don't want to depend on changes to the ruby-debug CLI. The API is considered somewhat stable.
ruby-debug gem depends on ruby-debug-base and provides CLI interface.