Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.7 KB

File metadata and controls

47 lines (37 loc) · 1.7 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This file is inspired by Keep a CHANGELOG.

6.1.1 - 2016-02-22

Fixed

  • No longer spuriously abort if inputs are longer than 65,536 characters

6.1.0 - 2016-01-01

Added

  • Make exports which outputs shell export commands (to avoid global installation)

Changed

  • More conventional directory layout (#4)

6.0.1 - 2016-01-04

Fixed

  • Bug in implementation of WB6
  • Special case U+0020 SPACE ' ' as a graphic character
  • Clang warnings

6.0.0 - 2016-01-04

Added

Changed

  • Start following SemVer properly.
  • All input and output is in UTF-8
  • Fixes to handle non-BMP code points (code points beyond U+FFFF)

Removed

  • uni2asc and asc2uni (redundant due to change to UTF-8)

5.1.3 - 2015-11-15

Changed

  • More idiomatic make build system

Fixed

  • Compiles on modern OS X and Ubuntu