Add rough info to widgets ChangeLog

This commit is contained in:
Sumit Sahrawat 2015-10-08 05:01:29 +05:30
parent 7a534ceeea
commit 67abcc7018

View File

@ -1,9 +1,19 @@
# ChangeLog for `ihaskell-widgets`
## Version 0.1.0.1
## `v0.2.2.1`
+ The `properties` function now prints types associated with widget fields.
## Version 0.1.0.0
## `v0.2.0.0`
+ Initial Version.
> Complete version with full fleshed out API.
Major additions:
+ Added `interactive` support under `IHaskell.Display.Widgets.Interactive`.
+ Add `PlaceProxy`, `Proxy` and `Valid` widgets.
+ Support for IPython 4.0.
## `v0.1.*.*` (Experimental)
> All IPython widgets and related functionality, but no support for `interactive`.