[7.x][DOCS] Renames Changelog to Release notes in Node.JS book. (#1454)

This commit is contained in:
István Zoltán Szabó
2021-04-26 16:25:26 +02:00
committed by GitHub
parent fe3ec491de
commit 23ababaffc
4 changed files with 215 additions and 108 deletions

View File

@ -1,5 +1,5 @@
[[breaking-changes]]
== Breaking changes coming from the old client
=== Breaking changes coming from the old client
If you were already using the previous version of this client the one you used
to install with `npm install elasticsearch` you will encounter some breaking
@ -7,7 +7,7 @@ changes.
[discrete]
=== Dont panic!
==== Dont panic!
Every breaking change was carefully weighed, and each is justified. Furthermore,
the new codebase has been rewritten with modern JavaScript and has been
@ -15,7 +15,7 @@ carefully designed to be easy to maintain.
[discrete]
=== Breaking changes
==== Breaking changes
* Minimum supported version of Node.js is `v8`.
@ -212,7 +212,7 @@ client.transport.request({
----
[discrete]
=== Talk is cheap. Show me the code.
==== Talk is cheap. Show me the code.
You can find a code snippet with the old client below followed by the same code
logic but with the new client.