CHANGELOG.md in sqlite_ext-1.2.0 vs CHANGELOG.md in sqlite_ext-1.3.0

- old
+ new

@@ -1,4 +1,9 @@ +### 1.3.0 - 2016-05-25 +* Features + * Adds `SQLite3::Database.function_created?` to check whether a + function with a given name has been created on the target instance. + ### 1.2.0 - 2016-05-25 * Enhancements * `SqliteExt.register_ruby_math` no longer re-registers functions when they should already/still be registered. * Features