summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 800070ea6a..88b7115284 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -157,9 +157,11 @@ Outstanding ones only.
# => ["data1", "data2", "data3"]
```
-* Binding#eval when called with one arguments will use "(eval)"
- for `__FILE__` and 1 for `__LINE__` in the evaluated code.
- [[Bug #4352]] [[Bug #17419]]
+* Binding
+
+ * Binding#eval when called with one arguments will use "(eval)"
+ for `__FILE__` and 1 for `__LINE__` in the evaluated code.
+ [[Bug #4352]] [[Bug #17419]]
* ConditionVariable