## Version 1.0

----- Code Break -----

!!!!No longer relies on Zelig.

Solution: Before running `dynsim` simply estimate model with `lm` rather than
`zelig` with `model = "ls"`.

Fixed effect examples added.

## Version 0.2.5

Internal improvements.

The result of `dynsim` is now both a `data.frame` and `dynsim` object.
This enables the user to find easy nongraphical summaries.

## Version 0.2.4

Warning and error improvements for `dynsim`.

Minor example formatting improvements.

## Version 0.2.3

Internal: Travis CI added for build checks.

Minor documentation improvements.

## Version 0.2.2

Simplified the syntax for shock plots (`shockplot = TRUE` is no longer necessary)
and decreased the font size.

## Version 0.2.1

Added a `shockplot` to `dynsimGG`. This allows you to include a plot of one
shock variable's fitted values below the main prediction plot.

`num` argument added to `dynsim` allowing the user to specify how many
simulations to run at each point in time.

Fixed simpler `scen` objects.

Minor documentation fixes.
