===============================================================================
CoreGTK 3.22.0 - 2017-11-04
===============================================================================

Highlights for this release:
-----------------------------

 * Rebased on GTK+ 3.22
 * New supported GtkWidgets in this release:
     * GtkNativeDialog
     * GtkShortcutsShortcut

===============================================================================
CoreGTK 3.18.0 - 2016-12-17
===============================================================================

Highlights for this release:
-----------------------------

 * Rebased on GTK+ 3.18
 * New supported GtkWidgets in this release:
     * GtkActionBar
     * GtkFlowBox
     * GtkFlowBoxChild
     * GtkGLArea
     * GtkModelButton
     * GtkPopover
     * GtkPopoverMenu
     * GtkStackSidebar
 * Reverted to using GCC as the default compiler (but clang can still be used)

Issues resolved:

 * #26 Clean up unused configuration options in makefile
 * #27 Is Clang actually required to build CoreGTK? If not try to also support GCC.
 * #28 Release 3.18 version

===============================================================================
CoreGTK 3.10.2 - 2016-02-20
===============================================================================

Highlights for this release:
-----------------------------

 * This is a bug fix release.
 * Corrected issue with compiling CoreGTK on OS X.

Issues resolved:

 * #22 Won't compile on OS X due to "file not found 'CoreGTK/.h'"

===============================================================================
CoreGTK 3.10.1 - 2015-09-08
===============================================================================

Highlights for this release:
-----------------------------

 * Added some missing (varargs) GTK+ functions. This makes it easier to create widgets like the FileChooserDialog.

Issues resolved:

 * #19 Add missing GTK+ functions

===============================================================================
CoreGTK 3.10.0 - 2015-06-28
===============================================================================

CoreGTK 3.10.0 is the newly re-written GTK+ 3 version.

This version of CoreGTK provides bindings for the API exposed by these libraries:
  * gtk+ 3.10.8 (mostly GtkWidget and down)

There is no API stability guarantee for now, but we try to keep breaking
changes to a minimum.

New features and enhancements
-----------------------------

  * Moved from GTK+ 2 to GTK+ 3
  * Base code generation on GObject Introspection instead of a mix of automated source parsing and manual correction

Changes
-------

  * Now preferring the use of glib data types over boxed OpenStep/Cocoa objects (i.e. gint vs NSNumber)
  * A few APIs have been removed or updated to work better with this new approach

Bug fixes
---------

  * 

===============================================================================
CoreGTK 2.24.0 - 2014-01-26
===============================================================================

CoreGTK 2.24.0 is the first code import.

This version of CoreGTK provides bindings for the API exposed by these libraries:
  * gtk+ 2.24 (GtkWidget and down)

There is no API stability guarantee for now, but we try to keep breaking
changes to a minimum.

New features and enhancements
-----------------------------

  * 

Changes
-------

  * 

Bug fixes
---------

  * 
