Skip to content

Commit 06b46e7

Browse files
author
José Valim
committed
Update IEx helper names
1 parent 26772f7 commit 06b46e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ IEx got many improvements. The autocompletion system is now capable of autocompl
2424

2525
* `exports/1` lists all exports (functions and macros) in a given module
2626
* `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
2828

2929
IEx also features a breakpoint system for code debugging. The following functions have been added to aid debugging:
3030

@@ -172,7 +172,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
172172

173173
* [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
174174
* [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
176176
* [IEx.Helpers] Add `open/1` to open the source of a given module/function in your editor
177177

178178
### 2. Bug fixes
@@ -244,7 +244,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
244244
* [IEx.Autocomplete] Support autocompletion of variable names
245245
* [IEx.Autocomplete] Support autocompletion of functions imported using `import Mod, only: [...]`
246246
* [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
248248
* [IEx.Info] Implement `IEx.Info` protocol for calendar types
249249

250250
#### Logger

0 commit comments

Comments
 (0)