diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-04-17 10:11:10 +0200 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-04-17 10:11:10 +0200 |
commit | 7fdb2cbe841b16ffaabcf0d7f862295bb5ed5bb5 (patch) | |
tree | f98c9fa0b87389f04201b915c55d1f607a67d269 /CHANGELOG.md | |
parent | 085c133724cb50a91d6fe50a4cb4c32630ca60d7 (diff) | |
download | nord-vim-7fdb2cbe841b16ffaabcf0d7f862295bb5ed5bb5.tar.gz |
Prepare stable development release version 0.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fac03..31c9a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ --- +# 0.5.0 +*2017-04-17* +## Improvements +### Language Support +❯ Implemented optimized styles for Ruby (@hahuang65, #29, 085c1337) + - Symbols (`rubySymbol`) now have a bold font style + - Block parameter list symbols (`rubyBlockParameterList`) are now colorized as keywords + - Local (variable) methods (`rubyLocalVariableOrMethod`) are now colorized as methods + +<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/25083146/af02dd0a-2355-11e7-8adc-f53b0803a484.png"/></p> + +## Bug Fixes +### Documentation +❯ Fixed a typo in the project description. (@arcticicestudio, #28, b2134029) + # 0.4.0 *2017-02-23* ## Features |