Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 842 Bytes

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 842 Bytes

Change Log

All notable changes to the "c-snippets" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.0.0]

  • Initial release

[1.2.0]

Added

  • New set of print snippets
  • Calloc snippet

Changed

  • Fixed error within existing string function snippet
  • Readme with new snippets and author (Luca Merzetti)

[1.2.1]

Added

  • BTC Address added to readme for donations

[1.3.0]

Added

  • Variety of conditional snippets (if, else if, else)
  • Variety of loops (while, do...while, for)

[1.3.1]

Added

  • Header include guards & virtual table definitions

[1.3.2]

Changed

  • Fixed bug with the list of snippets

[1.3.3]

Changed

  • Updated tab length to 4 spaces for greater consistency across snippets