File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.5] , [ 0.4.3] , [ 0.4.4] 29th October 2019
9+
10+ - It is now possible to open a REPL without needing to have a file open first.
11+ - Changes to how REPL handling works (see the README for in-depth description).
12+ - You can now type the lambda symbol by using the new snippet ` lmb ` or via a shortcut.
13+
814## [ 0.4.2] , [ 0.4.3] , [ 0.4.4] 24th October 2019
915
1016- Minor changes to README and the marketplace page of Magic Racket.
Original file line number Diff line number Diff line change 22 "name" : " magic-racket" ,
33 "displayName" : " Magic Racket" ,
44 "description" : " Language support for Racket: top notch syntax highlighting and REPL integration." ,
5- "version" : " 0.4.4 " ,
5+ "version" : " 0.4.5 " ,
66 "activationEvents" : [
77 " onCommand:magic-racket.loadFileIntoNewRepl" ,
88 " onCommand:magic-racket.loadFileIntoRepl" ,
You can’t perform that action at this time.
0 commit comments