Skip to content

Commit 4687556

Browse files
authored
Add missing entry to CHANGELOG for v1.14.3 (#12468)
1 parent a8824ba commit 4687556

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,17 @@ in case you want to sort them before inspection:
291291
#### Elixir
292292

293293
* [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`)
294295
* [Exception] Improve blaming of FunctionClauseError with `is_struct/2` guards
295296
* [Kernel] Fix invalid variable scoping in `defguard` expansion
296297
* [Kernel] Do not warn on captured underscored vars from `defmodule`
297298
* [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`)
298300
* [Macro] Fix `Macro.to_string/1` for large negative integers
299301
* [Macro] Properly type and escape expansion of `__ENV__` in macros
300302
* [Path] Make sure `Path.wildcard/2` expands `..` symlinks accordingly
301303
* [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`)
302305

303306
#### ExUnit
304307

@@ -498,7 +501,7 @@ in case you want to sort them before inspection:
498501
* [Module] Fix loop while unifying type variables
499502
* [Protocol] Warn if a protocol has no definitions
500503
* [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
502505
* [System] Raise non-generic exception on missing env in `System.fetch_env!/1` to mirror map operations
503506

504507
#### ExUnit

0 commit comments

Comments
 (0)