CHANGELOG.md in sqlite_ext-1.3.0 vs CHANGELOG.md in sqlite_ext-1.4.0
- old
+ new
@@ -1,5 +1,10 @@
-### 1.3.0 - 2016-05-25
+### 1.4.0 - 2016-05-26
+* Enhancements
+ * `SqliteExt.register_ruby_math` now also registers `pi`, `e`, `mod`,
+ and `power` functions.
+
+### 1.3.0 - 2016-05-26
* 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