CHANGELOG.md in byebug-1.0.1 vs CHANGELOG.md in byebug-1.0.2
- old
+ new
@@ -1,8 +1,20 @@
-## 0.0.1
+## 1.0.2
-* Initial release
+* "autolist" and "autoeval" are default settings now
+* Fixes bug which messed up the call-stack when manipulating backtrace
+information and when nexting/stepping
+## 1.0.1
+
+* Corrected small bug preventing byebug from loading
+
+
## 1.0.0
* Green test suite
+
+
+## 0.0.1
+
+* Initial release