Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beta-20160602.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Get future release notes emailed to you:
- Added a tutorial on [building an Application with CockroachDB and SQLAlchemy](https://www.cockroachlabs.com/blog/building-application-cockroachdb-sqlalchemy-2/)
- Added docs on [how CockroachDB handles `NULL` values](null-handling.html) in various contexts. [#333](https://github.com/cockroachdb/docs/pull/333)
- Improved guidance on [Contributing to CockroachDB docs](https://github.com/cockroachdb/docs/blob/gh-pages/CONTRIBUTING.md). [#344](https://github.com/cockroachdb/docs/pull/344)
- Improved [zone configuration examples](configure-replication-zones.html#examples). [#327](https://github.com/cockroachdb/docs/pull/327)
- Improved [zone configuration examples](configure-replication-zones.html#basic-examples). [#327](https://github.com/cockroachdb/docs/pull/327)

### Contributors

Expand Down
2 changes: 1 addition & 1 deletion beta-20170126.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Get future release notes emailed to you:
- It is now possible to drop a table with a self-referential foreign key without the `CASCADE` modifier. [#12958](https://github.com/cockroachdb/cockroach/pull/12958)
- Additional data consistency checks have been temporarily enabled. [#12994](https://github.com/cockroachdb/cockroach/pull/12994)
- Fixed a crash when retryable errors are returned inside subqueries. [#13028](https://github.com/cockroachdb/cockroach/pull/13028)
- Node ID allocation is now retried if it fails when a node first starts. [#123107](https://github.com/cockroachdb/cockroach/pull/123107)
- Node ID allocation is now retried if it fails when a node first starts. [#13107](https://github.com/cockroachdb/cockroach/pull/13107)

### Performance Improvements

Expand Down
Loading