@@ -6,6 +6,12 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
6
6
7
7
## Next Release
8
8
* ** Your contribution here**
9
+ * [ #770 ] ( https://github.com/exercism/cli/pull/770 ) Print API error messages in submit command - [ @Smarticles101 ]
10
+ * [ #763 ] ( https://github.com/exercism/cli/pull/763 ) Add Fish shell tab completions - [ @John-Goff ]
11
+ * [ #806 ] ( https://github.com/exercism/cli/pull/806 ) Make Zsh shell tab completions work on $fpath - [ @QuLogic ]
12
+ * [ #797 ] ( https://github.com/exercism/cli/pull/797 ) Fix panic when submit command is not given args - [ @jdsutherland ]
13
+ * [ #828 ] ( https://github.com/exercism/cli/pull/828 ) Remove duplicate files before submitting - [ @larson004 ]
14
+ * [ #793 ] ( https://github.com/exercism/cli/pull/793 ) Submit handles non 2xx responses - [ @jdsutherland ]
9
15
10
16
## v3.0.11 (2018-11-18)
11
17
* [ #752 ] ( https://github.com/exercism/cli/pull/752 ) Improve error message on upgrade command - [ @farisj ]
@@ -410,7 +416,10 @@ All changes by [@msgehard]
410
416
411
417
[ @AlexWheeler ] : https://github.com/AlexWheeler
412
418
[ @Dparker1990 ] : https://github.com/Dparker1990
419
+ [ @John-Goff ] : https://github.com/John-Goff
413
420
[ @LegalizeAdulthood ] : https://github.com/LegalizeAdulthood
421
+ [ @QuLogic ] : https://github.com/QuLogic
422
+ [ @Smarticles101 ] : https://github.com/Smarticles101
414
423
[ @Tonkpils ] : https://github.com/Tonkpils
415
424
[ @TrevorBramble ] : https://github.com/TrevorBramble
416
425
[ @alebaffa ] : https://github.com/alebaffa
@@ -443,6 +452,7 @@ All changes by [@msgehard]
443
452
[ @jppunnett ] : https://github.com/jppunnett
444
453
[ @katrinleinweber ] : https://github.com/katrinleinweber
445
454
[ @kytrinyx ] : https://github.com/kytrinyx
455
+ [ @larson004 ] : https://github.com/larson004
446
456
[ @lcowell ] : https://github.com/lcowell
447
457
[ @manusajith ] : https://github.com/manusajith
448
458
[ @morphatic ] : https://github.com/morphatic
@@ -463,4 +473,3 @@ All changes by [@msgehard]
463
473
[ @srt32 ] : https://github.com/srt32
464
474
[ @williandrade ] : https://github.com/williandrade
465
475
[ @zabawaba99 ] : https://github.com/zabawaba99
466
- [ @Smarticles101 ] : https://github.com/Smarticles101
0 commit comments