File: CHANGELOG.md

package info (click to toggle)
node-postgres 7.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,956 kB
  • sloc: javascript: 11,389; makefile: 79; python: 79; sh: 64
file content (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
## Unreleased


## [1.0.2][] – 2019-11-10

### Fixed

- A negative sign is no longer stripped by mistake for numbers of the form −0.000…00(d) where the number of zeros after the decimal point is 2 mod 4.


[1.0.2]: https://github.com/charmander/pg-numeric/compare/v1.0.1...v1.0.2