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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
179
179
180
180
#### Elixir
181
181
182
-
*[Access] Do not accept nils in `Access.key/1` and `Access.key/2` in favor of explicit default values
182
+
*[Access] Do not accept nils in `Access.key/1` and `Access.key/2` in favor of explicit default values (or Access.key!/1 if you expect the key to always be available)
183
183
*[Float] Avoid multiple roundings in `Float.ceil/2`, `Float.floor/2` and `Float.round/2`
184
184
*[Kernel] Don't crash in `macro_exported?/3` when dealing with Erlang modules
185
185
*[Kernel] Ensure locals calls are rewritten when calling a local function or macro from inside a module
0 commit comments