CHANGELOG.md in byebug-dap-0.1.3 vs CHANGELOG.md in byebug-dap-0.1.4
- old
+ new
@@ -1,6 +1,12 @@
# Change Log
+## 0.1.4
+
+- Workaround a bug caused by
+ [byebug#734](https://github.com/deivid-rodriguez/byebug/issues/734) by setting
+ the breakpoint hit condition to `>= 0` when the condition should be `nil`.
+
## 0.1.3
- Support for output capture
- Support for setting function breakpoints
- Support for breakpoint locations request