View Source Changelog for Elixir v1.15
v1-15-0-dev
v1.15.0-dev
1-enhancements
1. Enhancements
2-bug-fixes
2. Bug fixes
3-soft-deprecations-no-warnings-emitted
3. Soft deprecations (no warnings emitted)
4-hard-deprecations
4. Hard deprecations
Elixir
- [Calendar]
Calendar.ISO.day_of_week/3
is deprecated in favor ofCalendar.ISO.day_of_week/4
- [Exception]
Exception.exception?/1
is deprecated in favor ofKernel.is_exception/1
- [Regex]
Regex.regex?/1
is deprecated in favor ofKernel.is_struct/2
Logger
- [Logger]
Logger.warn/2
is deprecated in favor ofLogger.warning/2
v1-14
v1.14
The CHANGELOG for v1.14 releases can be found in the v1.14 branch.