History.md in ffi-gdal-1.0.0.beta1 vs History.md in ffi-gdal-1.0.0.beta3
- old
+ new
@@ -1,4 +1,36 @@
+### 1.0.0.beta3 / 2014-11-11
+
+* Bug fixes
+ * `ogr/exceptions` wasn't being required for `ext/error_symbols.rb`, thus
+ any use of an OGR exception was causing a `NameError`.
+
+### 1.0.0.beta2 / 2014-10-23
+
+* Improvements
+ * Added more documentation
+ * Uncommented `attach_function` calls that had been commented out due to
+ lack of support in versions I'd tested on. These get handled now on load.
+
+### 1.0.0.beta1 / 2014-10-23
+
+* Lots of changes, so just the highlights here...
+* API Improvements
+ * Added C and Ruby wrapper for most of OGR.
+ * Better handling of CPLErr return values.
+ * Allow loading, even when C functions aren't defined in the version of
+ GDAL that you're using.
+ * Split out additions to GDAL/OGR in `*_extensions.rb` modules. Methods
+ contained in `Extentions` modules don't directly wrap GDAL/OGR functions,
+ but either provide new functionality or attempt to make library usage more
+ Rubyesque.
+ * Added `#as_json`, `#to_json` to many classes.
+* Internal Improvements
+ * Lots of cleanup of class internals.
+ * `autoload` child GDAL and OGR Ruby classes.
+ * Renamed files under ffi/ that were derived from GDAL/OGR header files to
+ include `_h` in the name.
+
### 0.0.4 / 2014-09-27
* Bug fixes
* Fixed failure to load on Ubuntu 12.04 (GDAL v1.7.3).