CHANGELOG.md in fontcustom-1.3.0.beta vs CHANGELOG.md in fontcustom-1.3.0.beta2
- old
+ new
@@ -1,19 +1,19 @@
## 1.3.0.beta (11/25/2013)
-The big news: fixed glyph code points. Automatically assigned for now, but changing them by hand is just a matter of modifying the generated `.fontcustom-manifest.json`.
+**Delete your old `.fontcustom-manifest.json` and output directories before using this version.**
-Lots of internal changes / streamlining on this one. A few breaking changes (`css_prefix`, custom template syntax, possibly others). Error messages and docs are still a bit sparse — my apologies in advance.
+The big news: fixed glyph code points. Automatically assigned for now, but changing them by hand is just a matter of modifying the generated `.fontcustom-manifest.json`. A few breaking changes (`css_prefix`, custom template syntax, possibly others). Error messages and docs are currently sparse — my apologies in advance.
* Fixed glyph code points ([#56](https://github.com/FontCustom/fontcustom/issues/56))
* Changes `css_prefix` to `css_selector` to allow greater flexibility ([#126](https://github.com/FontCustom/fontcustom/pull/126))
* Skips compilation if inputs have not changed (and `force` option to bypass checks)
* Adds CSS template helpers for convenience and DRYness
-* Drops bootstrap templates (maintaince overhead, unsure if anyone was using them)
+* Drops bootstrap templates (maintenance overhead, unsure if anyone was using them)
Next up:
-* Storing relative paths in the manifest for collaborative editing ([#149](https://github.com/FontCustom/fontcustom/pull/149))
+* Storing relative paths for collaborative editing ([#149](https://github.com/FontCustom/fontcustom/pull/149))
## 1.2.0 (11/2/2013)
* Preparation for fixed glyph code points.
* Tweaks command line options (more semantic aliases)