-*- outline -*-

* Changes since PicForth 0.3

** New words

  + "high", "low", "high?" and "toggle" are aliases for "bit-set",
    "bit-low", "bit-set?" and "bit-toggle" intended to work on ports

* Changes since PicForth 0.2

** New library files

Add library files "libfetch.fs" and "libstore.fs" which were forgotten in
previous versions and are used by "generator.fs".

* Changes since PicForth 0.1

** New words

  + "until" and "/until" (control structures)
  + "clrwdt" (accessible from Forth)
  + "pin-a", "pin-b", "pin-c", "pin-d", "pin-e" (pin mapping)

** Renamed words

  + "bit-clear" is renamed to "bit-clr"
