We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b808de0 commit 7be0910Copy full SHA for 7be0910
README.md
@@ -7,12 +7,13 @@ This implementation of **uint** duplicates https://github.com/maciekgajewski/pos
7
8
## Major changes made so far
9
10
-- made compatible with 9.x;
11
-- made compatible with >= 9.3.x;
12
-- added support for **CREATE EXTENSION**;
13
-- retested with PostgreSQL 9.5 and 9.6
14
-- dockerized;
+- *2019-08-03*: made compatible with 9.x, 10.x, and 11.x;
15
- added automated testing and CI (travisCI).
+- dockerized;
+- retested with PostgreSQL 9.5 and 9.6
+- added support for **CREATE EXTENSION**;
+- made compatible with >= 9.3.x;
16
+- made compatible with 9.x;
17
18
## Installation
19
```
0 commit comments