diff --git a/DESCRIPTION b/DESCRIPTION index 1008c8b..b770485 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggiplot Title: ggplot2 equivalents of fixest's `iplot` and `coefplot` functions -Version: 0.0.1.9011 +Version: 0.0.1.9012 Authors@R: c(person(given = "Grant", family = "McDermott", diff --git a/NEWS.md b/NEWS.md index bfaf571..27cdeaf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ -# ggiplot 0.0.1.9011 (development version) +# ggiplot 0.0.1.9012 (development version) ## New features - Support for `ggcoefplot`, a ggplot equivalent of `coefplot` (#28). +- Support `pt.size` argument for controlling the size of point markers (#27). +Thanks @jcvdav. - Support `keep` and `drop` arguments for subsetting coefficients (#22). ## Bug fixes and breaking changes