# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Pre-release ### [0.6.0] - 2020-03-15 #### Added - Add `@` recursion operator. - Add `~` int to float convert operator. - Add `&&`, `||`, and `!` logic operators. - Add `%` arithmetic operator. ### [0.5.0] - 2020-03-04 Note: Using [semantic versioning](https://semver.org/spec/v2.0.0.html) from now on. #### Added - Add `!=`. #### Fixed - Fix mixup between equality and assignment highlighting. ### [0.0.4] - 2020-03-04 #### Added - Add multi-line comments. - Add semicolon support. - Add print keyword. - Add in-place assignment operators. - Add tuple assignment. ### [0.0.3] - 2020-03-04 #### Fixed - Fix function calls with whitespace around opening bracket. #### Added - Add expression support in function arguments. ### [0.0.2] - 2020-03-03 #### Fixed - Fix multiple argument highlighting for functions. ### [0.0.1] - 2020-03-03 - Initial release of Volpe Syntax Highlighter.