1.0.1
- The method
notifyCalendarChanged()
no longer callsnotifyDataSetChanged()
internally but instead callsnotifyItemRangeChanged()
on all indices which is more efficient. - Some fixes in the example project.
- Minor improvements.
notifyCalendarChanged()
no longer calls notifyDataSetChanged()
internally but instead calls notifyItemRangeChanged()
on all indices which is more efficient.