Skip to content

Commit bd4da41

Browse files
committed
Mention pull request contributors by name or GitHub username
1 parent 233013c commit bd4da41

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/docs/asciidoc/en/refdocs/fblangref25/_fblangref25-dochist.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ a|* Documented `LOCALTIME` and `LOCALTIMESTAMP` introduced in 2.5.9
2929
* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTIME`, and `LOCALTIMESTAMP` from chapter Built-in Functions
3030
* Added cross-reference between the datetime context variables
3131
* Fixed wrong nesting of sections in operators
32-
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
32+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217] -- contributed by mlazdans)
3333

3434
|1.18
3535
|02 Oct 2024

src/docs/asciidoc/en/refdocs/fblangref30/_fblangref30-dochist.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ a|* {startsb}MR{endsb} Clarified section _Implicit Data Type Conversion_ (https:
3030
a|* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTIME`, and `LOCALTIMESTAMP` from chapter Built-in Scalar Functions
3131
* Added cross-reference between the datetime context variables
3232
* Fixed wrong nesting of sections in operators
33-
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
33+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217] -- contributed by mlazdans)
3434

3535
|1.22
3636
|02 Oct 2024
@@ -66,7 +66,7 @@ a|* Corrected result type description of `SUM`
6666
a|* Fixed incorrect "equivalent" for `REGR_COUNT`
6767
* Added negative subtype to `RDB$FIELDS.RDB$FIELD_SUB_TYPE`, and fixed formatting
6868
* Wrong link from `ALTER TRIGGER` to `CREATE TRIGGER` (https://github.com/FirebirdSQL/firebird-documentation/issues/189[#189])
69-
* Added TCPv6 to `NETWORK_PROTOCOL` for `SYSTEM` namespace (https://github.com/FirebirdSQL/firebird-documentation/pull/170[#170])
69+
* Added TCPv6 to `NETWORK_PROTOCOL` for `SYSTEM` namespace (https://github.com/FirebirdSQL/firebird-documentation/pull/170[#170] -- contributed by Sebastian Zanoni)
7070
* Fixed description of `RDB$INDICES.RDB$FOREIGN_KEY` (https://github.com/FirebirdSQL/firebird-documentation/issues/191[#191])
7171

7272
|1.16

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-dochist.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ a|* {startsb}MR{endsb} Corrected autonomous transaction isolation level for `REA
3232
a|* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTIME`, and `LOCALTIMESTAMP` from chapter Built-in Scalar Functions
3333
* Added cross-reference between the datetime context variables
3434
* Fixed wrong nesting of sections in operators
35-
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
35+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217] -- contributed by mlazdans)
3636

3737
|2.14
3838
|02 Oct 2024
@@ -69,7 +69,7 @@ a|* Added types 4 and 5 to `RDB$FUNCTION_ARGUMENTS.RDB$MECHANISM` (https://githu
6969
|MR
7070
a|* Fixed typo in PSQL module syntax
7171
* Wrong link from `ALTER TRIGGER` to `CREATE TRIGGER` (https://github.com/FirebirdSQL/firebird-documentation/issues/189[#189])
72-
* Added TCPv6 to `NETWORK_PROTOCOL` for `SYSTEM` namespace (https://github.com/FirebirdSQL/firebird-documentation/pull/170[#170])
72+
* Added TCPv6 to `NETWORK_PROTOCOL` for `SYSTEM` namespace (https://github.com/FirebirdSQL/firebird-documentation/pull/170[#170] -- contributed by Sebastian Zanoni)
7373
* `CURRENT_DATE` is in the session time zone
7474
* Fixed description of `RDB$INDICES.RDB$FOREIGN_KEY` (https://github.com/FirebirdSQL/firebird-documentation/issues/191[#191])
7575

@@ -184,7 +184,7 @@ a|* Documented `PKCS_1_5` option of `RSA_DECRYPT`, `RSA_ENCRYPT`, `RSA_SIGN_HASH
184184
|1.2
185185
|04 Dec 2021
186186
|MR
187-
a|* Added `LATERAL` join example contributed by Karol Bieniaszewski (https://github.com/FirebirdSQL/firebird-documentation/pull/167[#167])
187+
a|* Added `LATERAL` join example (https://github.com/FirebirdSQL/firebird-documentation/pull/167[#167] -- contributed by Karol Bieniaszewski)
188188
* Changed a `LATERAL` join example from implicit cross join to explicit `CROSS JOIN`
189189

190190
|1.1

src/docs/asciidoc/en/refdocs/fblangref50/_fblangref50-dochist.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ a|* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTI
3434
* Added cross-reference between the datetime context variables
3535
* Fixed wrong nesting of sections in operators
3636
* Clarify `ASCII_CHAR`/`ASCII_VAL` domain/range
37-
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
37+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217] -- contributed by mlazdans)
3838

3939
|1.0
4040
|02 Oct 2024

0 commit comments

Comments
 (0)