CHANGELOG.md in fontcustom-0.1.2 vs CHANGELOG.md in fontcustom-0.1.3

- old
+ new

@@ -1,12 +1,20 @@ +## 0.1.3 (2/2/2013) +* Add --debug CLI option, which shows fontforge output ([#37](https://github.com/FontCustom/fontcustom/issues/37)) +* Patch for Illustrator CS6 SVG output ([#42](https://github.com/FontCustom/fontcustom/pull/42)) +* Generate IE7 stylesheet ([#43](https://github.com/FontCustom/fontcustom/pull/43)) +* Option to set custom font path for @font-face ([#43](https://github.com/FontCustom/fontcustom/pull/43)) +* Option to generate test HTML file showing all glyphs ([#43](https://github.com/FontCustom/fontcustom/pull/43)) +* Use eotlite.py instead of mkeot ([#43](https://github.com/FontCustom/fontcustom/pull/43)) + ## 0.1.0 (12/2/2012) * Changed API to use Thor `class_option`s -* Added option to change the name of the font and generated files ([#6](https://github.com/endtwist/fontcustom/issues/6)) -* Added option to disable the file name hash ([#13](https://github.com/endtwist/fontcustom/issues/13)) +* Added option to change the name of the font and generated files ([#6](https://github.com/FontCustom/fontcustom/issues/6)) +* Added option to disable the file name hash ([#13](https://github.com/FontCustom/fontcustom/issues/13)) * `fontcustom watch` compiles automatically on the first run * Better help messages ## 0.0.2 (11/26/2012) -* Fixed gemspec dependency bug ([#2](https://github.com/endtwist/fontcustom/pull/2)) -* Fixed Windows Chrome PUA bug ([#1](https://github.com/endtwist/fontcustom/issues/1)) +* Fixed gemspec dependency bug ([#2](https://github.com/FontCustom/fontcustom/pull/2)) +* Fixed Windows Chrome PUA bug ([#1](https://github.com/FontCustom/fontcustom/issues/1))