You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ IEx got many improvements. The autocompletion system is now capable of autocompl
24
24
25
25
*`exports/1` lists all exports (functions and macros) in a given module
26
26
*`open/1` opens up the source of a module or function directly in your editor. For example, `open MyApp.Module`
27
-
*`system_info/0` prints general information about the running system, such as number of cores, runtime version, allocation of memory in the VM and more
27
+
*`runtime_info/0` prints general information about the running system, such as number of cores, runtime version, allocation of memory in the VM and more
28
28
29
29
IEx also features a breakpoint system for code debugging. The following functions have been added to aid debugging:
30
30
@@ -172,7 +172,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
172
172
173
173
*[IEx.Helpers] Add `break!/2`, `break!/4`, `breaks/0`, `continue/0`, `open/0`, `remove_breaks/0`, `remove_breaks/1`, `reset_break/1`, `reset_break/3` and `whereami/1` for code debugging
174
174
*[IEx.Helpers] No longer emit warnings for IEx commands without parentheses
175
-
*[IEx.Helpers] Add `system_info/0` for printing runtime system information
175
+
*[IEx.Helpers] Add `runtime_info/0` for printing runtime system information
176
176
*[IEx.Helpers] Add `open/1` to open the source of a given module/function in your editor
177
177
178
178
### 2. Bug fixes
@@ -244,7 +244,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
244
244
*[IEx.Autocomplete] Support autocompletion of variable names
245
245
*[IEx.Autocomplete] Support autocompletion of functions imported using `import Mod, only: [...]`
246
246
*[IEx.Evaluator] Use `Exception.blame/3` when showing errors in the terminal
247
-
*[IEx.Helpers] Add `e/1` IEx helper to list all exports in a module
247
+
*[IEx.Helpers] Add `exports/1` IEx helper to list all exports in a module
248
248
*[IEx.Info] Implement `IEx.Info` protocol for calendar types
0 commit comments