File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,32 @@ in the long term.
117117See the new ` Logger `  documentation for more information on the
118118new features and on compatibility.
119119
120+ ## v1.15.3 (2023-07-15)  
121+ 
122+ ### 1. Enhancements  
123+ 
124+ #### Elixir  
125+ 
126+   *  [ Kernel]  Improve better stacktraces when executing unnested Elixir code in a file
127+ 
128+ #### Mix  
129+ 
130+   *  [ Mix]  Allow to opt out of starting apps in ` Mix.install/2 ` 
131+ 
132+ ### 2. Bug fixes  
133+ 
134+ #### Elixir  
135+ 
136+   *  [ Code]  Ensure ` with_diagnostics `  propagate warnings from inner Erlang passes
137+ 
138+ #### IEx  
139+ 
140+   *  [ IEx]  Fix ` --remsh `  on Erlang/OTP 25 and earlier
141+ 
142+ #### Mix  
143+ 
144+   *  [ mix compile.elixir]  Ensure ` __mix_recompile__? `  callbacks are properly invoked
145+ 
120146## v1.15.2 (2023-07-01)  
121147
122148### 1. Bug fixes  
Original file line number Diff line number Diff line change 1- 1.15.2 
1+ 1.15.3 
Original file line number Diff line number Diff line change 11#! /bin/sh
22set  -e
33
4- ELIXIR_VERSION=1.15.2 
4+ ELIXIR_VERSION=1.15.3 
55
66if  [ $#  -eq  0 ] ||  { [ $#  -eq  1 ] &&  { [ " $1 "   =  " --help"   ] ||  [ " $1 "   =  " -h"   ];  };  };  then 
77  cat << USAGE  >&2
Original file line number Diff line number Diff line change 11@ if defined ELIXIR_CLI_ECHO (@ echo  on) else  (@ echo  off)
22
3- set  ELIXIR_VERSION = 1.15.2 
3+ set  ELIXIR_VERSION = 1.15.3 
44
55setlocal  enabledelayedexpansion 
66if     " " %1 " " == " " " "                  if  " " %2 " " == " " " "   goto  documentation
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments