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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,14 +291,17 @@ in case you want to sort them before inspection:
291
291
#### Elixir
292
292
293
293
*[Calendar] Fix handling of negative years in `Calendar.strftime/2`
294
+
*[DateTime] Consistently merge precision of subsecond operations (the bug was that subsecond precision was lost in functions like `DateTime.add/3`)
294
295
*[Exception] Improve blaming of FunctionClauseError with `is_struct/2` guards
295
296
*[Kernel] Fix invalid variable scoping in `defguard` expansion
296
297
*[Kernel] Do not warn on captured underscored vars from `defmodule`
297
298
*[Kernel] Do not crash for missing line info on type warnings
299
+
*[NaiveDateTime] Consistently merge precision of subsecond operations (the bug was that subsecond precision was lost in functions like `NaiveDateTime.add/3`)
298
300
*[Macro] Fix `Macro.to_string/1` for large negative integers
299
301
*[Macro] Properly type and escape expansion of `__ENV__` in macros
300
302
*[Path] Make sure `Path.wildcard/2` expands `..` symlinks accordingly
301
303
*[Range] Address corner cases in `Range.disjoint?/2` implementation
304
+
*[Time] Consistently merge precision of subsecond operations (the bug was that subsecond precision was lost in functions like `Time.add/3`)
302
305
303
306
#### ExUnit
304
307
@@ -498,7 +501,7 @@ in case you want to sort them before inspection:
498
501
*[Module] Fix loop while unifying type variables
499
502
*[Protocol] Warn if a protocol has no definitions
500
503
*[Regex] Show list options when inspecting a Regex manually defined with `Regex.compile/2`
501
-
*[String] Allow slices to overflow on both starting and ending positions
504
+
*[String] Allow slices to overflow on both starting and ending positions
502
505
*[System] Raise non-generic exception on missing env in `System.fetch_env!/1` to mirror map operations
0 commit comments